diff --git a/App.vue b/App.vue index c6f6389..6445058 100644 --- a/App.vue +++ b/App.vue @@ -7,7 +7,7 @@ export default { onLaunch: function() { im.initIm('lmxuhwaglu76d') - // return + return //#ifdef APP-PLUS // 获取系统版本号 getVersions({ diff --git a/manifest.json b/manifest.json index e6b69ab..d0ca453 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,15 @@ "autoSdkPermissions" : true }, /* ios打包配置 */ - "ios" : {}, + "ios" : { + "privacyDescription" : { + "NSMicrophoneUsageDescription" : "发送语音消息以及音视频通话", + "NSCameraUsageDescription" : "发送图文消息以及视频通话", + "NSPhotoLibraryUsageDescription" : "发送图文消息", + "NSPhotoLibraryAddUsageDescription" : "保存图片消息", + "NSLocationWhenInUseUsageDescription" : "发送当前位置信息" + } + }, /* SDK配置 */ "sdkConfigs" : { "oauth" : { diff --git a/uni_modules/onemue-USQLite/.DS_Store b/uni_modules/onemue-USQLite/.DS_Store index d610557..af6e6c2 100644 Binary files a/uni_modules/onemue-USQLite/.DS_Store and b/uni_modules/onemue-USQLite/.DS_Store differ