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 1125c56 commit 5bfa068Copy full SHA for 5bfa068
iOS_SDK/OneSignal/OneSignalHelper.m
@@ -595,7 +595,7 @@ + (id)prepareUNNotificationRequest:(NSDictionary *)data :(NSDictionary *)userInf
595
596
id trigger = [NSClassFromString(@"UNTimeIntervalNotificationTrigger") triggerWithTimeInterval:0.25 repeats:NO];
597
598
- return [NSClassFromString(@"UNNotificationRequest") requestWithIdentifier:@"__dynamic__"content:content trigger:trigger];
+ return [NSClassFromString(@"UNNotificationRequest") requestWithIdentifier:[self randomStringWithLength:16] content:content trigger:trigger];
599
}
600
601
+ (void)addnotificationRequest:(NSDictionary *)data :(NSDictionary *)userInfo {
0 commit comments