From 295cef5a84cbc4f7c24af759e64b128b1b2f291b Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Mon, 19 Dec 2016 10:26:18 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5520c73..c87dc8c 100644 --- a/README.md +++ b/README.md @@ -442,8 +442,8 @@ Try update your SDK and google play service #### My App throws FCM function undefined error There seems to be link issue with rnpm. Make sure that there is `new FIRMessagingPackage(),` in your `Application.java` file -#### I can't get notification when app is killed -If you send notification with `data` only, you can only get the data message when app is in foreground or background. Killed app doesn't trigger `FCMNotificationReceived`. Use `notification` in the payload instead. +#### I can't get notification in iOS emulator +Remote notification can't reach iOS emulator since it can't fetch APNS token. Use real device. #### App running in background doesn't trigger `FCMNotificationReceived` when receiving hybrid notification [Android] These is [an issue opened for that](https://github.com/google/gcm/issues/63). Behavior is not consistent between 2 platforms -- 2.26.2