Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 55cfb4f

Browse files
An even more clear note about the iOS simulator & background push notifications
1 parent c583119 commit 55cfb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MESSAGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Open `app/App_Resources/iOS/Info.plist` and add this to the bottom:
6666
Versions up to 3.9.2 of this plugin added the script `/hooks/after-prepare/firebase-install-ios-entitlements.js`, please remove it.
6767

6868
#### Provisioning hell
69-
Follow [this guide](https://firebase.google.com/docs/cloud-messaging/ios/certs) to the letter. Once you've done it run `tns run ios` and upon starting the app it should prompt you for notification support. That also works on the simulator, but actually receiving notifications is _only_ possible on a real device.
69+
Follow [this guide](https://firebase.google.com/docs/cloud-messaging/ios/certs) to the letter. Once you've done it run `tns run ios` and upon starting the app it should prompt you for notification support. That also works on the simulator, but actually receiving (background) notifications is __only__ possible on a real device.
7070

7171
### Handling a notification
7272
To listen to received notifications while in the foreground or when your app moves from the background to the foreground, add a handler to `init`.

0 commit comments

Comments
 (0)