华为审核被拒:
您的应用在运行时,未见向用户告服务器托管网知权限申请的目的,向用户索取(相机存)等权限,不符合华为应用市场审核标准。
当您使用APP时,会在资料编辑、投诉、发布、意见反馈时访问存贮权限,不授权上述权限,不影响APP其他功能使用。
//比如,点击编辑头像的方法
//android.permission.READ_EXTERNAL_STORAGE是访问权限
panduan(){
var that = this
var platform = uni.getSystemInfoSync().platform
if (platform=='android'){
服务器托管网 plus.android.checkPermission(
'android.permission.READ_EXTERNAL_STORAGE',
granted => {
if (granted.checkResult==-1){
//弹出
that.$refs.perpopup.open('top')
}else{
//执行你有权限后的方法
}
},
error => {
console.error('Error checking permission:', error.message);
}
);
plus.android.requestPermissions(['android.permission.READ_EXTERNAL_STORAGE'],
(e) => {
//关闭
that.$refs.perpopup.close()
if (e.granted.length>0){
//执行你有权限后的方法
}
})
}else{
//执行你有权限后的方法 ios
}
},
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
相关推荐: 简直不能相信!这款IDE仅插件10秒写出飞机大战游戏,太神奇了!
一、写在前面 昨天分享了一款可以帮我们写代码的插件CodeGeex,其实能帮我们解服务器托管网决大部分问题,讲道理已经很好了对不对? but,他就是最好的插件吗? 肯定不是,这不又让我又发现了一款可以平替的插件TONGYI Lingma(阿里云出品智能编码助手…