App does not have access to your photos or videos iOS 9

后端 未结 7 781
[愿得一人]
[愿得一人] 2020-11-29 05:19

When I access my Photo Library with an UIImagePicker to choose a photo, the app shows me sometimes a black screen and sometimes a screen that says that I have to give permis

7条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 06:02

    This issue appear in iOS 9 when your application Info.plist file contains a key: "CFBundleDisplayName" with empty string value.

    You can enter your app name there and it should work.

提交回复
热议问题