From 44fdeda6b5d9d6cef43253d8937e599dcd9f697a Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Fri, 16 Sep 2016 16:32:20 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d6c3a3..2d9a738 100644 --- a/README.md +++ b/README.md @@ -355,9 +355,12 @@ Or you can send `data` using FCM and build a local notification check out [official docs and see if they support](https://firebase.google.com/docs/cloud-messaging/concept-options) #### I want to add advanced feature that FCM doesn't support for remote notification -You can either wait for FCM to develop it or you have to write native code to create notifications +You can either wait for FCM to develop it or you have to write native code to create notifications. + for iOS, you can do it in `didReceiveRemoteNotification` in `appDelegate.m` + for android, you can do it by implementing a service similar to "com.evollu.react.fcm.MessagingService" + Or if you have a good way to wake up react native javascript thread please let me know, although I'm worring waking up the whole application is too expensive. #### Some features are missing -- 2.26.2