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 53a8dc3 commit 34eb315Copy full SHA for 34eb315
iOS_SDK/OneSignalSDK/Source/OneSignal.m
@@ -2668,7 +2668,7 @@ + (void)setExternalUserId:(NSString *)externalId withExternalIdAuthHashToken:(NS
2668
return;
2669
2670
// Can't set the external id if init is not done or the app id or user id has not ben set yet
2671
- if (!_didCallDownloadParameters) {
+ if (!performedOnSessionRequest) {
2672
// will be sent as part of the registration/on_session request
2673
pendingExternalUserId = externalId;
2674
pendingExternalUserIdHashToken = hashToken;
0 commit comments