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
[[OneSignalDialogController sharedInstance] presentDialogWithTitle:@"Location Not Available"withMessage:@"You have previously denied sharing your device location. Please go to settings to enable."withActions:@[@"Open Settings"] cancelTitle:@"Cancel"withActionCompletion:^(int tappedActionIndex) {
294
294
if (tappedActionIndex > -1) {
295
295
[OneSignal onesignalLog:ONE_S_LL_DEBUG message:@"CLLocationManage open settings option click"];
0 commit comments