From 28783043bff57935ddb4a774b41e7fa7b28fd2db Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Fri, 23 Sep 2016 09:44:48 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index fc900aa..739ee3a 100644 --- a/README.md +++ b/README.md @@ -182,14 +182,7 @@ In [firebase console](https://console.firebase.google.com/), you can get `google NOTE: local notification does NOT have any dependency on FCM library but you still need to include Firebase to compile. If there are enough demand to use this functionality alone, I will separate it out into another repo ### IOS - -Edit Appdelegate.m -```diff -+ -(void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification -+ { -+ [[NSNotificationCenter defaultCenter] postNotificationName:FCMLocalNotificationReceived object:self userInfo:notification.userInfo]; -+ } -``` +No change required ### Android Edit AndroidManifest.xml -- 2.26.2