iOS 10 requires that you have a key in info.plist for each use. When I tried to send the application to iTunes, I received an error.
This application attempts to access sensitive data without using a description. The Info.plist application must contain an NSPhotoLibraryUsageDescription key with a string value that explains to the user how the application uses this data.
This application attempts to access sensitive data without using a description. The Info.plist application must contain the NSCameraUsageDescription Key with a string value explaining how the application uses this data.
NSCameraUsageDescription from card.io, but what can NSPhotoLibraryUsageDescription come from? Is there any way to find out?
I use xamarin, but I think it does not matter.
EDIT: I know that you need to add a key to info.plist, that I donβt know why I need it, because I do not use the photo library anywhere
source share