-
Notifications
You must be signed in to change notification settings - Fork 978
Attention
long edited this page Oct 19, 2020
·
1 revision
// If you don’t add this key-value pair, multiple languages are not supported, and the album name defaults to English
Localized resources can be mixed YES
Privacy - Photo Library Usage Description
Privacy - Camera Usage Description
Privacy - Microphone Usage Description
如果用户选择了limited
权限,之后每次重新启动app,触发调用相册时候均会弹框询问用户是否更改app所访问相片,如果要禁止这个弹框,需要在Info.plist
中添加如下键值对
Prevent limited photos access alert YES
//或者右键plist文件Open As->Source Code 添加
<key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
<true/>