We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aef383 commit c11b95eCopy full SHA for c11b95e
example/ios/example/AppDelegate.m
@@ -74,8 +74,8 @@ - (void)userNotificationCenter:(UNUserNotificationCenter *)center
74
withCompletionHandler:
75
(void (^)(UNNotificationPresentationOptions options))
76
completionHandler {
77
- completionHandler(UNAuthorizationOptionSound | UNAuthorizationOptionAlert |
78
- UNAuthorizationOptionBadge);
+ completionHandler(UNNotificationPresentationOptionSound | UNNotificationPresentationOptionBadge |
+ UNNotificationPresentationOptionAlert);
79
}
80
81
// Required for the register event.
0 commit comments