From 7c7fa79078234f995b4539883b71d446d264508d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Montlouis-Calixte=20St=C3=A9phane?= Date: Tue, 11 Apr 2017 21:49:56 +0200 Subject: [PATCH] Fix editing of AppDelegate.m (#378) Can be misleading. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1567894..ff18a96 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 + { -- 2.26.2