iOS 10 error [access] when using UIImagePickerController

后端 未结 5 918
野趣味
野趣味 2020-11-28 20:03

I am using XCode 8 and testing with iOS 10.2 Beta.

I have added the Photos, PhotosUI and MobileCoreServices frameworks to project.

Very simple code:

5条回答
  •  天涯浪人
    2020-11-28 20:45

    You need the add the new privacy settings to you info.plist.

    Don't forget to add the value describing why the app need to access the service.

提交回复
热议问题