Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
info.plist? I uploaded my app to apple but they rejected it because of NSPhotoLibraryUsageDescription key
-
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
where and how do I set this?
-
@swordfishweb Please add the following script to your
config.xml
file:<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge"> <string>Need Photo Library access to get photos</string> </edit-config>