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

Commit b351837

Browse files
Still problems with push messages #225
1 parent 57ef819 commit b351837

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/MESSAGING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Add the following services in the `app/App_Resources/Android/AndroidManifest.xml
3434
### iOS
3535
If you didn't choose this feature during installation you can run the "post install" script again (see the main readme) to add messaging support.
3636

37+
#### Enable push support in Xcode
38+
39+
<img src="images/push-xcode-config.png" width="600px" alt="Push Xcode config"/>
40+
3741
#### Receiving remote notifications in the background
3842
Open `app/App_Resources/iOS/Info.plist` and add this to the bottom:
3943

@@ -44,10 +48,6 @@ Open `app/App_Resources/iOS/Info.plist` and add this to the bottom:
4448
</array>
4549
```
4650

47-
Open Xcode and add push notification support:
48-
49-
<img src="images/push-xcode-config.png" width="600px" alt="Push Xcode config"/>
50-
5151
#### Provisioning hell
5252
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.
5353

0 commit comments

Comments
 (0)