permission

This commit is contained in:
2022-02-25 15:03:47 +08:00
parent ab3d5933a8
commit d3b33e3c26
3 changed files with 10 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
export default {
onLaunch: function() {
im.initIm('lmxuhwaglu76d')
// return
return
//#ifdef APP-PLUS
// 获取系统版本号
getVersions({

View File

@@ -59,7 +59,15 @@
"autoSdkPermissions" : true
},
/* ios */
"ios" : {},
"ios" : {
"privacyDescription" : {
"NSMicrophoneUsageDescription" : "发送语音消息以及音视频通话",
"NSCameraUsageDescription" : "发送图文消息以及视频通话",
"NSPhotoLibraryUsageDescription" : "发送图文消息",
"NSPhotoLibraryAddUsageDescription" : "保存图片消息",
"NSLocationWhenInUseUsageDescription" : "发送当前位置信息"
}
},
/* SDK */
"sdkConfigs" : {
"oauth" : {

Binary file not shown.