Yonah Forst 8 年前
父节点
当前提交
6d2aa1e335
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      README.md

+ 3
- 0
README.md 查看文件

227
 
227
 
228
 #### Q: iOS - app crashes as soon as I request permission
228
 #### Q: iOS - app crashes as soon as I request permission
229
 A: starting with xcode 8, you need to add permission descriptions. see iOS notes for more details. Thanks to @jesperlndk for discovering this.
229
 A: starting with xcode 8, you need to add permission descriptions. see iOS notes for more details. Thanks to @jesperlndk for discovering this.
230
+
231
+#### Q: iOS - app crashes when I change permissions from settings
232
+A: This is normal. iOS restarts your app when your privacy settings change. Just google "ios crash permission change"