原文
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access the photos, but doesn’t sufficiently explain the use of the photos in the purpose string.To help users make informed decisions about how their data is used, all permission request alerts need to specify how your app will use the requested information.Next StepsPlease revise the relevant purpose string in your app’s Info.plist file to specify why your app needs access to the user’s photos. Make sure the purpose string includes an example of how the user’s data will be used.You can modify your app’s Info.plist file using the property list editor in Xcode.Resources- See examples ofhelpful, informative purpose strings.- Review a list ofrelevant property list keys.Please see attached screenshot for details.
问题原因
获取权限的提示信息不够明缺
解决方案
修改Runner -> info.plist文件,可参照下图修改