苹果审核,bug恢复
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"src" : "图片路径"
|
||||
}
|
||||
],
|
||||
"versionName" : "1.2.31",
|
||||
"versionCode" : 1231,
|
||||
"versionName" : "1.2.38",
|
||||
"versionCode" : 1238,
|
||||
"app-plus" : {
|
||||
"compatible" : {
|
||||
"ignoreVersion" : true
|
||||
@@ -30,16 +30,15 @@
|
||||
"modules" : {
|
||||
"Payment" : {},
|
||||
"OAuth" : {},
|
||||
// "Messaging" : {}, 短信权限
|
||||
"VideoPlayer" : {},
|
||||
"Share" : {},
|
||||
"Camera" : {}
|
||||
"Camera" : {},
|
||||
"VideoPlayer" : {}
|
||||
},
|
||||
"distribute" : {
|
||||
"apple" : {
|
||||
"devices" : "universal",
|
||||
"UIBackgroundModes" : [ "audio" ]
|
||||
"devices" : "universal"
|
||||
},
|
||||
// "UIBackgroundModes" : [ "audio" ]
|
||||
"android" : {
|
||||
"permissionPhoneState" : {
|
||||
"request" : "none",
|
||||
@@ -109,7 +108,7 @@
|
||||
},
|
||||
"ios" : {
|
||||
"dSYMs" : false,
|
||||
"UIBackgroundModes" : [ "audio" ], // 背景播放音乐
|
||||
// "UIBackgroundModes" : [ "audio" ], // 背景播放音乐
|
||||
"capabilities" : {
|
||||
"entitlements" : {
|
||||
"com.apple.developer.associated-domains" : [ "applinks:verification.nuttyreading.com" ]
|
||||
@@ -117,7 +116,11 @@
|
||||
},
|
||||
"idfa" : false,
|
||||
"urltypes" : "nuttyreading",
|
||||
"urlschemewhitelist" : "everhealth"
|
||||
"urlschemewhitelist" : "everhealth",
|
||||
"privacyDescription" : {
|
||||
"NSPhotoLibraryUsageDescription" : "为了给您提供修改头像的功能",
|
||||
"NSCameraUsageDescription" : "为了给您提供修改头像的功能"
|
||||
}
|
||||
},
|
||||
"icons" : {
|
||||
"android" : {
|
||||
|
||||
Reference in New Issue
Block a user