From 3064ba25006ba0b61a27e6c228adc467a39fbafc Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 3 May 2017 11:28:59 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d94bd92..5beafd7 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,10 @@ There seems to be link issue with rnpm. Make sure that there is `new FIRMessagin #### 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. +#### I'm not getting notfication when app is in background +1. Make sure you've uploaded APNS certificates to Firebase and test with Firebase's native example to make sure certs are correct +2. Try simple payload first, sometimes notification doesn't show up because of empty body, wrong sound name etc. + #### 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