修改苹果上架问题:照片库和相机 用途字符串不明确
This commit is contained in:
parent
9ec2057086
commit
438d294cba
@ -36,7 +36,7 @@
|
||||
<key>NSBluetoothPeripheralUsageDescription</key>
|
||||
<string>The app uses bluetooth to find, connect and transfer data between different devices</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>照片</string>
|
||||
<string>应用请求相机,以便于拍摄照片,用于头像上传</string>
|
||||
<key>NSContactsUsageDescription</key>
|
||||
<string>Reason we need access to the contact list</string>
|
||||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||
@ -48,7 +48,7 @@
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>应用请求麦克风用来通话</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>用于相册</string>
|
||||
<string>应用请求相册用于头像上传</string>
|
||||
<key>UIApplicationSceneManifest</key>
|
||||
<dict>
|
||||
<key>UISceneConfigurations</key>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user