We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eac575 commit 89c386aCopy full SHA for 89c386a
INSTALL.md
@@ -35,6 +35,15 @@ Linking the package manually is not required anymore with [Autolinking](https://
35
The background support requires you to activate the background capability in Xcode.
36
<img width="688" alt="screenBack" src="https://user-images.githubusercontent.com/44206249/72381524-d2490e00-3717-11ea-959c-f95d94e6ae26.png">
37
38
+ To support submitting the app to the App store you need to add the following to your `Info.plist`:
39
+
40
+ ```xml
41
+ <key>BGTaskSchedulerPermittedIdentifiers</key>
42
+ <array>
43
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
44
+ </array>
45
+ ```
46
47
- **Android Platform:**
48
49
Modify your **`android/app/src/main/AndroidManifest.xml`** and add the following:
0 commit comments