You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// subscriptionGroupMapping is applied in -start only; without -start mapped keys are handled as custom attributes (invalid subscription values would incorrectly return success).
267
+
[kitInstance start];
266
268
267
-
__block MPKitExecStatus *execStatus1;
268
-
__block MPKitExecStatus *execStatus2;
269
-
__block MPKitExecStatus *execStatus3;
270
-
dispatch_sync(dispatch_get_main_queue(), ^{
271
-
// Braze Swift SDK user subscription APIs expect main-thread execution (matches app behavior).
0 commit comments