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
[OneSignalLog onesignalLog:ONE_S_LL_WARNmessage:@"OneSignal: didRegisterForRemoteNotificationsWithDeviceToken: ignored because swizzling is active. Remove the manual call or set OneSignal_disable_swizzling to true in Info.plist."];
[OneSignalLog onesignalLog:ONE_S_LL_WARNmessage:@"OneSignal: didFailToRegisterForRemoteNotificationsWithError: ignored because swizzling is active. Remove the manual call or set OneSignal_disable_swizzling to true in Info.plist."];
[OneSignalLog onesignalLog:ONE_S_LL_WARNmessage:@"OneSignal: willPresentNotificationWithPayload:completion: ignored because swizzling is active. Remove the manual call or set OneSignal_disable_swizzling to true in Info.plist."];
[OneSignalLog onesignalLog:ONE_S_LL_WARNmessage:@"OneSignal: didReceiveRemoteNotification:completionHandler: ignored because swizzling is active. Remove the manual call or set OneSignal_disable_swizzling to true in Info.plist."];
[OneSignalLog onesignalLog:ONE_S_LL_WARNmessage:@"OneSignal: didReceiveNotificationResponse: ignored because swizzling is active. Remove the manual call or set OneSignal_disable_swizzling to true in Info.plist."];
if ([OSNotificationsManager isSwizzlingDisabled]) {
756
756
[OneSignalLog onesignalLog:ONE_S_LL_WARNmessage:@"OneSignal method swizzling is disabled via Info.plist. Developers must manually forward notification delegate methods to OneSignal."];
0 commit comments