File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
LeanplumSDK/LeanplumSDK/Classes/Internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -712,8 +712,6 @@ + (void)startWithUserId:(NSString *)userId
712712 userAttributes : (NSDictionary *)attributes
713713 responseHandler : (LeanplumStartBlock)startResponse
714714{
715- [[Leanplum notificationsManager ].proxy setupNotificationSwizzling ];
716-
717715 if ([ApiConfig shared ].appId == nil ) {
718716 [self throwError: @" Please provide your app ID using one of the [Leanplum setAppId:] "
719717 @" methods." ];
@@ -728,6 +726,8 @@ + (void)startWithUserId:(NSString *)userId
728726 return ;
729727 }
730728
729+ [[Leanplum notificationsManager ].proxy setupNotificationSwizzling ];
730+
731731 [LPFileManager clearCacheIfSDKUpdated ];
732732
733733 [[LPCountAggregator sharedAggregator ] incrementCount: @" start_with_user_id" ];
You can’t perform that action at this time.
0 commit comments