Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

autoInitEnabled is removed from iOS, should wrap the initialize function #840

Open
rnike opened this issue Feb 17, 2021 · 0 comments · May be fixed by #841
Open

autoInitEnabled is removed from iOS, should wrap the initialize function #840

rnike opened this issue Feb 17, 2021 · 0 comments · May be fixed by #841

Comments

@rnike
Copy link
Contributor

rnike commented Feb 17, 2021

According to the Changelog of facebook-ios-sdk v9.0.0, the autoInitEnabled has been removed, developers should initialize the sdk manually.

TODO
Wrap initialize function for this package, following the instruction

  1. The initializeSDK should be wrapped for iOS.
  2. For Android should wrap fullyInitialize also.

Workaround
Call initializeSDK from AppDelegate.m in applicationDidFinishLaunching as the document says

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant