Open PraktikerNeosoft opened 6 years ago
Hi, I have a problem. My code:
if (application.ios) { class IosDelegate extends UIResponder implements UIApplicationDelegate, CLLocationManagerDelegate { public static ObjCProtocols = [UIApplicationDelegate]; applicationDidFinishLaunchingWithOptions(application: UIApplication, launchOptions: NSDictionary<any, any>): boolean { try { OneSignalIos.launch(application, launchOptions); } catch (err) {} return false; } } application.ios.delegate = IosDelegate; }
If I want to use Firebase facebook login not working. If I remove application.ios.delegate = IosDelegate; works fine. Can U help me what is the problem? Thanx Miklos
application.ios.delegate = IosDelegate;
Hi, I have a problem. My code:
If I want to use Firebase facebook login not working. If I remove
application.ios.delegate = IosDelegate;
works fine. Can U help me what is the problem? Thanx Miklos