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 2d71712 commit fa6a260Copy full SHA for fa6a260
Leanplum-SDK/Classes/Leanplum.m
@@ -914,9 +914,6 @@ + (void)startWithUserId:(NSString *)userId
914
// [LPVarCache saveUserAttributes];
915
[self triggerStartResponse:YES];
916
917
- // Upload alternative app icons.
918
- [LPAppIconManager uploadAppIconsOnDevMode];
919
-
920
// Allow bidirectional realtime variable updates.
921
if ([LPConstantsState sharedState].isDevelopmentModeEnabled) {
922
// Register device.
@@ -967,6 +964,9 @@ + (void)startWithUserId:(NSString *)userId
967
964
}
968
965
969
966
+ // Upload alternative app icons.
+ [LPAppIconManager uploadAppIconsOnDevMode];
+
970
if (!startedInBackground) {
971
inForeground = YES;
972
[self maybePerformActions:@[@"start", @"resume"]
0 commit comments