You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.
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
initializeSDK
should be wrapped for iOS.fullyInitialize
also.Workaround
Call
initializeSDK
fromAppDelegate.m
inapplicationDidFinishLaunching
as the document saysThe text was updated successfully, but these errors were encountered: