Commit 006cd11b authored by Richard Gill's avatar Richard Gill Committed by Libin Lu

Added missing push notifications step (#368)

parent 6fc34ed3
...@@ -215,7 +215,10 @@ Edit `AppDelegate.m`: ...@@ -215,7 +215,10 @@ Edit `AppDelegate.m`:
``` ```
### Xcode post installation steps ### Xcode post installation steps
- Select your project **Capabilities** and enable **Keychan Sharing** and *Background Modes* > **Remote notifications**. - Select your project **Capabilities** and enable:
- **Push Notifications**
- **Keychain Sharing**
- *Background Modes* > **Remote notifications**.
- In Xcode menu bar, select *Product* > *Scheme* > **Manage schemes**. Select your project name Scheme then click on the minus sign **―** in the bottom left corner, then click on the plus sign **+** and rebuild your project scheme. - In Xcode menu bar, select *Product* > *Scheme* > **Manage schemes**. Select your project name Scheme then click on the minus sign **―** in the bottom left corner, then click on the plus sign **+** and rebuild your project scheme.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment