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
[OneSignalLog onesignalLog:ONE_S_LL_VERBOSE message:[NSStringstringWithFormat:@"exitLiveActivity called with activityId: %@", activityId]];
87
101
if ([OSPrivacyConsentController shouldLogMissingPrivacyConsentErrorWithMethodName:@"exitLiveActivity:onSuccess:onFailure:"]) {
88
102
if (failureBlock) {
89
103
NSError *error = [NSErrorerrorWithDomain:@"com.onesignal.tags"code:0userInfo:@{@"error" : @"Your application has called exitLiveActivity:onSuccess:onFailure: before the user granted privacy permission. Please call `consentGranted(bool)` in order to provide user privacy consent"}];
[OneSignalLog onesignalLog:ONE_S_LL_VERBOSE message:[NSStringstringWithFormat:@"addPendingLiveActivityUpdate called with activityId: %@", activityId]];
[OneSignalLog onesignalLog:ONE_S_LL_VERBOSE message:[NSStringstringWithFormat:@"executePendingLiveActivityUpdates called with subscriptionId: %@", subscriptionId]];
0 commit comments