苹果机设置隐私内容
This commit is contained in:
@@ -1211,7 +1211,7 @@
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 118;
|
||||
CURRENT_PROJECT_VERSION = 119;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2EP6SRRN43;
|
||||
ENABLE_BITCODE = NO;
|
||||
@@ -1295,7 +1295,7 @@
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 118;
|
||||
CURRENT_PROJECT_VERSION = 119;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2EP6SRRN43;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
||||
BIN
Binary file not shown.
@@ -112,7 +112,7 @@
|
||||
<true/>
|
||||
</dict>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>本APP需要使用摄像头</string>
|
||||
<string>为了发表评论、上传头像、AI 陪练实时对话功能,需要访问您的摄像头。</string>
|
||||
<key>NSContactsUsageDescription</key>
|
||||
<string>通讯录</string>
|
||||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||
@@ -126,11 +126,11 @@
|
||||
<key>NSLocationWhenInUseUsageDescription - 2</key>
|
||||
<string>用户使用时期定位</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>访问麦克风</string>
|
||||
<string>为了使用语音问答、AI陪练功能,需要访问您的麦克风获取语音输入。</string>
|
||||
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||
<string></string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>本APP需要读取相册</string>
|
||||
<string>从相册选择错题截图提交学习反馈、上传照片更换个人资料头像</string>
|
||||
<key>NSUserTrackingUsageDescription</key>
|
||||
<string>请放心,开启权限不会获取您在其他站点的隐私信息,该权限仅用于标识设备并保障服务安全与提示浏览体验</string>
|
||||
<key>StatusBarBackground</key>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,7 +1,16 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
CFBundleDisplayName="吉AI学";
|
||||
CFBundleIconName = "AppIcon";
|
||||
NSBluetoothAlwaysUsageDescription = "蓝牙连接面对面答题竞赛";
|
||||
NSMicrophoneUsageDescription = "本APP需要获取麦克风权限";
|
||||
|
||||
/*不响应系统暗黑模式*/
|
||||
UIUserInterfaceStyle = Light;
|
||||
/* 蓝牙权限(面对面答题竞赛) */
|
||||
NSBluetoothAlwaysUsageDescription = "为了实现面对面答题竞赛功能,需要访问蓝牙权限连接周边设备。例如:与同场竞赛的设备建立蓝牙连接,同步答题进度、实时展示竞赛排名。";
|
||||
/* 麦克风权限(首页AI问答) */
|
||||
NSMicrophoneUsageDescription = "为了使用语音问答、AI陪练功能,需要访问您的麦克风获取语音输入。";
|
||||
/* 摄像头权限(AI面对面学习) */
|
||||
NSCameraUsageDescription = "为了发表评论、上传头像、AI 陪练实时对话功能,需要访问您的摄像头。";
|
||||
/* 相册读取权限 */
|
||||
NSPhotoLibraryUsageDescription = "为了让您选择手机中的图片/发布评论反馈或替换头像,需要访问您的相册。";
|
||||
/* 关闭暗黑模式 */
|
||||
UIUserInterfaceStyle = Light;
|
||||
|
||||
@@ -1,7 +1,16 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
CFBundleDisplayName="吉AI学";
|
||||
CFBundleIconName = "AppIcon";
|
||||
NSBluetoothAlwaysUsageDescription = "蓝牙连接面对面答题竞赛";
|
||||
NSMicrophoneUsageDescription = "本APP需要获取麦克风权限";
|
||||
|
||||
/*不响应系统暗黑模式*/
|
||||
UIUserInterfaceStyle = Light;
|
||||
/* 蓝牙权限(面对面答题竞赛) */
|
||||
NSBluetoothAlwaysUsageDescription = "为了实现面对面答题竞赛功能,需要访问蓝牙权限连接周边设备。例如:与同场竞赛的设备建立蓝牙连接,同步答题进度、实时展示竞赛排名。";
|
||||
/* 麦克风权限(首页AI问答) */
|
||||
NSMicrophoneUsageDescription = "为了使用语音问答、AI陪练功能,需要访问您的麦克风获取语音输入。";
|
||||
/* 摄像头权限(AI面对面学习) */
|
||||
NSCameraUsageDescription = "为了发表评论、上传头像、AI 陪练实时对话功能,需要访问您的摄像头。";
|
||||
/* 相册读取权限 */
|
||||
NSPhotoLibraryUsageDescription = "为了让您选择手机中的图片/发布评论反馈或替换头像,需要访问您的相册。";
|
||||
/* 关闭暗黑模式 */
|
||||
UIUserInterfaceStyle = Light;
|
||||
|
||||
Reference in New Issue
Block a user