App store fixes (permission descriptions) (#557)
* Fix permission usage descriptions on iOS * Bump ios build number
This commit is contained in:
parent
9b50c3ddbb
commit
7171d0404e
3 changed files with 32 additions and 28 deletions
8
app.json
8
app.json
|
@ -13,7 +13,7 @@
|
|||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"ios": {
|
||||
"buildNumber": "1",
|
||||
"buildNumber": "2",
|
||||
"supportsTablet": false,
|
||||
"bundleIdentifier": "xyz.blueskyweb.app",
|
||||
"config": {
|
||||
|
@ -26,7 +26,11 @@
|
|||
],
|
||||
"BGTaskSchedulerPermittedIdentifiers": [
|
||||
"com.transistorsoft.fetch"
|
||||
]
|
||||
],
|
||||
"NSCameraUsageDescription": "Used for profile pictures, posts, and other kinds of content.",
|
||||
"NSMicrophoneUsageDescription": "Used for posts and other kinds of content.",
|
||||
"NSPhotoLibraryAddUsageDescription": "Used to save images to your library.",
|
||||
"NSPhotoLibraryUsageDescription": "Used for profile pictures, posts, and other kinds of content"
|
||||
}
|
||||
},
|
||||
"androidStatusBar": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue