tianyi 2 days ago
parent
commit
bc5f067ba5
  1. 16
      manifest.json

16
manifest.json

@ -3,7 +3,7 @@
"appid" : "__UNI__F1A1D03",
"description" : "",
"versionName" : "1.2.3",
"versionCode" : 103,
"versionCode" : 105,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@ -22,7 +22,6 @@
/* */
"modules" : {
"Camera" : {},
"Geolocation" : {},
"Bluetooth" : {}
},
/* */
@ -55,16 +54,15 @@
},
/* ios */
"ios" : {
"UIBackgroundModes" : "audio,location",
"UIBackgroundModes" : "",
"privacyDescription" : {
"NSLocationWhenInUseUsageDescription" : "导航SDK需要您的定位服务,否则可能无法使用,如果您需要使用后台导航功能请选择“始终允许”。",
"NSLocationAlwaysUsageDescription" : "导航SDK需要您的定位服务,否则可能无法使用。",
"NSLocationAlwaysAndWhenInUseUsageDescription" : "导航SDK需要您的定位服务,否则可能无法使用。",
"NSCameraUsageDescription" : "1",
"NSPhotoLibraryAddUsageDescription" : "1",
"NSPhotoLibraryUsageDescription" : "1",
"NSCalendarsUsageDescription" : "1",
"NSBluetoothPeripheralUsageDescription" : "1"
"NSCameraUsageDescription" : "用户商家拍照上传商品图片和上传门头图",
"NSPhotoLibraryAddUsageDescription" : "用户商家在相册选择图片,上传商品图片和上传门头图",
"NSPhotoLibraryUsageDescription" : "用户商家在相册选择图片,上传商品图片和上传门头图",
"NSBluetoothPeripheralUsageDescription" : "用于商家连接蓝牙打印机打印出餐小票"
},
"urlschemewhitelist" : "amapuri",
"validArchitectures" : [ "arm64" ],
@ -219,7 +217,7 @@
"startLocationUpdateBackground",
"startLocationUpdate"
],
"requiredBackgroundModes" : [ "audio", "location" ]
"requiredBackgroundModes" : []
},
"mp-alipay" : {
"usingComponents" : true

Loading…
Cancel
Save