We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda9491 commit 37b0252Copy full SHA for 37b0252
iOS_SDK/OneSignalSDK/Source/OneSignal.m
@@ -708,11 +708,6 @@ + (void)initSettings:(NSDictionary*)settings {
708
709
// Register with Apple's APNS server if we registed once before or if auto-prompt hasn't been disabled.
710
if (usesAutoPrompt || (registeredWithApple && !self.currentPermissionState.ephemeral)) {
711
- onesignal_Log(ONE_S_LL_VERBOSE, @"uses auto prompt or registered with apple");
712
- if (usesAutoPrompt)
713
- onesignal_Log(ONE_S_LL_VERBOSE, @"uses auto prompt");
714
- if (registeredWithApple)
715
- onesignal_Log(ONE_S_LL_VERBOSE, @"registered with apple");
716
[self registerForPushNotifications];
717
} else {
718
[self checkProvisionalAuthorizationStatus];
0 commit comments