修复 添加iOS审核所需要的位置信息
This commit is contained in:
parent
456edb252e
commit
363349afe6
@ -3,7 +3,7 @@
|
||||
"appid" : "__UNI__EBFF00A",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.1",
|
||||
"versionCode" : 101,
|
||||
"versionCode" : 102,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
@ -67,7 +67,11 @@
|
||||
"abiFilters" : [ "armeabi-v7a", "x86" ]
|
||||
},
|
||||
/* ios打包配置 */
|
||||
"ios" : {},
|
||||
"ios" : {
|
||||
"privacyDescription" : {
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription" : "德铭阳光将在推荐商品、填写收货地址等服务中使用您的位置信息。"
|
||||
}
|
||||
},
|
||||
/* SDK配置 */
|
||||
"sdkConfigs" : {
|
||||
"ad" : {},
|
||||
|
Loading…
Reference in New Issue
Block a user