Skip to content

Commit

Permalink
docs(README, v5): update ios native initialization to match new style (
Browse files Browse the repository at this point in the history
…#133)

An extra `BREAKING CHANGE` note was added to the releases entry as well
  • Loading branch information
mikehardy authored Nov 13, 2021
1 parent d813153 commit 80c3d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ If you would like to initialize the Facebook SDK even earlier in startup for iOS
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[FBSDKApplicationDelegate initializeSDK:launchOptions]; // <- add this
[FBSDKApplicationDelegate.sharedInstance initializeSDK]; // <- add this
// your other stuff
}
Expand Down

0 comments on commit 80c3d1f

Please sign in to comment.