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 2faa66c commit d08df6fCopy full SHA for d08df6f
LeanplumSDK/LeanplumSDK/Classes/Internal/Leanplum.m
@@ -1103,7 +1103,9 @@ + (void)addUIApplicationObservers
1103
//if they are changed the new valeus will be updated to server as well
1104
[[Leanplum notificationsManager] updateNotificationSettings];
1105
1106
- [Leanplum resume];
+ if ([Leanplum hasStarted]) {
1107
+ [Leanplum resume];
1108
+ }
1109
1110
// Used for push notifications iOS 9
1111
[Leanplum notificationsManager].proxy.resumedTimeInterval = [[NSDate date] timeIntervalSince1970];
0 commit comments