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
but that UL is not a Facebook UL. Some developers prefer not to modify
449
449
`application:didFinishLaunchingWithOptions:` to always return `YES` and should use this method instead.
450
450
*/
451
-
- (void)accountForFacebookSDKPreventingAppLaunch;
451
+
- (void)accountForFacebookSDKPreventingAppLaunch __attribute__((deprecated(("Please ensure application:didFinishLaunchingWithOptions: always returns YES/true instead of using this method. It will be removed in a future release."))));
0 commit comments