修复 添加iOS审核所需要的位置信息

This commit is contained in:
亓雪峰 2020-11-13 10:34:05 +08:00
parent 363349afe6
commit e044812a7c

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__EBFF00A", "appid" : "__UNI__EBFF00A",
"description" : "", "description" : "",
"versionName" : "1.0.1", "versionName" : "1.0.1",
"versionCode" : 102, "versionCode" : 103,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
@ -69,7 +69,9 @@
/* ios */ /* ios */
"ios" : { "ios" : {
"privacyDescription" : { "privacyDescription" : {
"NSLocationAlwaysAndWhenInUseUsageDescription" : "德铭阳光将在推荐商品、填写收货地址等服务中使用您的位置信息。" "NSLocationAlwaysAndWhenInUseUsageDescription" : "德铭阳光将在推荐商品、填写收货地址等服务中使用您的位置信息。",
"NSLocationWhenInUseUsageDescription" : "德铭阳光将在推荐商品、填写收货地址等服务中使用您的位置信息。",
"NSLocationAlwaysUsageDescription" : "德铭阳光将在推荐商品、填写收货地址等服务中使用您的位置信息。"
} }
}, },
/* SDK */ /* SDK */