ios被拒绝:问题原因是wechat和qq第三方登录提示问题
We were required to install the WeChat and QQ app before we could log in via WeChat and QQ. Users should be able to log in with WeChat and QQ and access their accounts without having to install any additional apps.
我想检测如果没有安装微信和qq就隐藏掉第三方登录按钮,但是问答里的各种方法都不行
var WXApi = plus.ios.import("WXApi");
return WXApi.isWXAppInstalled() 这里一直返回一个字符串,并附返回true或者false
我的版本:HBuilder 8.9.1.201712121728
jeffrey2022 (作者)
这里的isInstalled没有安装的情况下在ios中返回了一个字符串
2018-09-21 15:03