diff --git a/README.md b/README.md index 1567894872fab15d117fe6e5630b3f9504cd7022..ff18a9696198626862e6bfc853b5a62efe56f0a0 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,10 @@ Edit `AppDelegate.m`: //... + [FIRApp configure]; + [[UNUserNotificationCenter currentNotificationCenter] setDelegate:self]; -+ } + + return YES; + } + + + - (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler + {