Closed MiyazakiKaito closed 7 years ago
I solved this problem. I must contain an NSPhotoLibraryUsageDescription
key with a string value explaining to the user how the app uses this data in my app's Info.plist
.
More description: https://developer.apple.com/library/prerelease/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW1
My app drops when rendering
CameraRollPicker
. Show my code below. Is something wrong?