From 9b18933b945ea87be99b16881c4cc744bcfe536c Mon Sep 17 00:00:00 2001 From: Ethan Milano Date: Tue, 20 Dec 2016 15:15:27 +0100 Subject: [PATCH] fixed documentation (#239) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61968a5..b31ece6 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,12 @@ Edit `AppDelegate.m`: + completionHandler(UIBackgroundFetchResultNoData); + } ``` - + +### Xcode post installation steps +- Select your project **Capabilities** and enable **Keychan Sharing** and *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. + ### FCM config file In [firebase console](https://console.firebase.google.com/), you can get `google-services.json` file and place it in `android/app` directory and get `GoogleService-Info.plist` file and place it in `/ios/your-project-name` directory (next to your `Info.plist`) -- 2.26.2