App killed by SIGKILL when changing privacy settings

后端 未结 6 1995
别跟我提以往
别跟我提以往 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:36

    Search for the word "kill" within this PDF: http://adcdownload.apple.com/wwdc_2012/wwdc_2012_session_pdfs/session_710__privacy_support_in_ios_and_os_x.pdf

    iOS kills apps when certain permissions change.

    This info is hard to track down. It's not in any of the 'guides' (preferences programming guide, for example).

提交回复
热议问题