|
|
|
|
170
|
`camera` -> `android.permission.CAMERA`
|
170
|
`camera` -> `android.permission.CAMERA`
|
171
|
`microphone` -> `android.permission.RECORD_AUDIO`
|
171
|
`microphone` -> `android.permission.RECORD_AUDIO`
|
172
|
`photo` -> `android.permission.READ_EXTERNAL_STORAGE`
|
172
|
`photo` -> `android.permission.READ_EXTERNAL_STORAGE`
|
|
|
173
|
+`storage` -> `android.permission.READ_EXTERNAL_STORAGE`
|
173
|
`contacts` -> `android.permission.READ_CONTACTS`
|
174
|
`contacts` -> `android.permission.READ_CONTACTS`
|
174
|
`event` -> `android.permission.READ_CALENDAR`
|
175
|
`event` -> `android.permission.READ_CALENDAR`
|
175
|
|
176
|
|
|
|
|
|
241
|
A: starting with xcode 8, you need to add permission descriptions. see iOS notes for more details. Thanks to @jesperlndk for discovering this.
|
242
|
A: starting with xcode 8, you need to add permission descriptions. see iOS notes for more details. Thanks to @jesperlndk for discovering this.
|
242
|
|
243
|
|
243
|
#### Q: iOS - app crashes when I change permissions from settings
|
244
|
#### Q: iOS - app crashes when I change permissions from settings
|
244
|
-A: This is normal. iOS restarts your app when your privacy settings change. Just google "ios crash permission change"
|
|
|
|
|
245
|
+A: This is normal. iOS restarts your app when your privacy settings change. Just google "ios crash permission change"
|