From 989396131c2724095bdf0ce5c422a3cbcf4baf4b Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Tue, 1 Aug 2017 12:36:40 +0100 Subject: [PATCH] Update cloud-messaging.md --- docs/modules/cloud-messaging.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/cloud-messaging.md b/docs/modules/cloud-messaging.md index 72a490d4..fd5f489f 100644 --- a/docs/modules/cloud-messaging.md +++ b/docs/modules/cloud-messaging.md @@ -10,6 +10,8 @@ Badge notification is well known on the iOS platform, but also supported by diff This library uses the [ShortcutBadger](https://github.com/leolin310148/ShortcutBadger) library to set the badge number also on Android. A list of supported launcher can be found there. +!> [iOS] Please note: In order for iOS devices to receive Cloud Messages, ensure you [request permissions](http://invertase.io/react-native-firebase/#/modules/cloud-messaging?id=ios-requestpermissions). + ## API ### subscribeToTopic(topic: string)