From 8d6d0c0d983b88cd758fe3ad9695a25c5199426d Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 6 Jul 2016 10:21:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8debec3..dae062b 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ NOTE: it is recommend not to rely on `data` payload for click_action as it can b #### My android build is failing Try update your SDK and google play service #### 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. Seems that is how FCM works today +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 #### 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 #### It is missing some features -- 2.26.2