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 01c2069 commit d579f06Copy full SHA for d579f06
iOS_SDK/OneSignalSDK/OneSignalUser/Source/Executors/OSUserExecutor.swift
@@ -556,6 +556,11 @@ extension OSUserExecutor {
556
return
557
}
558
559
+ guard request.addJWTHeaderIsValid(identityModel: request.identityModel) else {
560
+ pendRequestUntilAuthUpdated(request, externalId: request.identityModel.externalId)
561
+ return
562
+ }
563
+
564
guard request.prepareForExecution(newRecordsState: newRecordsState) else {
565
executePendingRequests(withDelay: true)
566
0 commit comments