App killed by SIGKILL when changing privacy settings

后端 未结 6 1992
别跟我提以往
别跟我提以往 2020-11-29 23:01

My iOS app accesses the user\'s Photos with ALAssetsLibrary. When I change the privacy settings for the app (Settings → Privacy → Photos), the app gets killed b

6条回答
  •  [愿得一人]
    2020-11-29 23:41

    When you test your app using simulator.Changing the permissions of the app gives you a breakpoint.You can type "c" in the console to make the app continue to run and goes back to the original state.But in your real device,that is not the story.It just reboot the app.

提交回复
热议问题