Commit a5268d6b authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent 0774b3ab
...@@ -233,9 +233,11 @@ Edit `AppDelegate.m`: ...@@ -233,9 +233,11 @@ Edit `AppDelegate.m`:
### Add Capabilities ### Add Capabilities
- Select your project **Capabilities** and enable: - Select your project **Capabilities** and enable:
- **Push Notifications** - **Push Notifications**
- **Keychain Sharing**
- *Background Modes* > **Remote notifications**. - *Background Modes* > **Remote notifications**.
### FirebaseAppDelegateProxyEnabled
This instruction assumes that you have FirebaseAppDelegateProxyEnabled=YES so that Firebase will hook on push notification registration events. If you turn this flag off, you will be on your own to manage APNS tokens and link with Firebase token.
## Setup Local Notifications ## Setup Local Notifications
NOTE: local notification does NOT have any dependency on FCM library but you still need to include Firebase to compile. If there are enough demand to use this functionality alone, I will separate it out into another repo NOTE: local notification does NOT have any dependency on FCM library but you still need to include Firebase to compile. If there are enough demand to use this functionality alone, I will separate it out into another repo
......
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