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 87c9a13 commit 666bb42Copy full SHA for 666bb42
iOS_SDK/OneSignal/OneSignalHelper.m
@@ -486,7 +486,7 @@ + (void)registerAsUNNotificationCenterDelegate {
486
487
UNUserNotificationCenter *curNotifCenter = [UNNofiCenterClass currentNotificationCenter];
488
if (!curNotifCenter.delegate)
489
- curNotifCenter.delegate = [self sharedInstance];
+ curNotifCenter.delegate = (id)[self sharedInstance];
490
}
491
492
+ (id)prepareUNNotificationRequest:(NSDictionary *)data :(NSDictionary *)userInfo {
0 commit comments