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
- The
initializeSDK should be wrapped for iOS.
- For Android should wrap
fullyInitialize also.
Workaround
Call initializeSDK from AppDelegate.m in applicationDidFinishLaunching as the document says
According to the Changelog of facebook-ios-sdk v9.0.0, the
autoInitEnabledhas been removed, developers should initialize the sdk manually.TODO
Wrap initialize function for this package, following the instruction
initializeSDKshould be wrapped for iOS.fullyInitializealso.Workaround
Call
initializeSDKfromAppDelegate.minapplicationDidFinishLaunchingas the document says