Integrate your iOS apps in Swift with Facebook Platform.
1.51k
stars
336
forks
source link
'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead. #452
Closed
devny closed 5 years ago
'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead.
Error Required
FBSDKAppEvents.m file. UIViewController *vc = [UIApplication sharedApplication].keyWindow.rootViewController;
applicationState = [UIApplication sharedApplication].applicationState;
line!!