Skip to content

Commit 89c386a

Browse files
authored
docs: Add iOS Info.plist install step (Rapsssito#130)
1 parent 9eac575 commit 89c386a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

INSTALL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ Linking the package manually is not required anymore with [Autolinking](https://
3535
The background support requires you to activate the background capability in Xcode.
3636
<img width="688" alt="screenBack" src="https://user-images.githubusercontent.com/44206249/72381524-d2490e00-3717-11ea-959c-f95d94e6ae26.png">
3737

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+
3847
- **Android Platform:**
3948

4049
Modify your **`android/app/src/main/AndroidManifest.xml`** and add the following:

0 commit comments

Comments
 (0)