之前全好的。升级后就不行了。
调用:
var agent = anysdk.agentManager
this.userPlugIn = agent.getUserPlugin()
this.userPlugIn.setListener(this.onAnyLogin, this)
this.sharePlugin = agent.getSharePlugin()
this.sharePlugin.setListener(this.onAnyShare, this)
this.payPlugin = agent.getIAPPlugin()
this.payPlugin.setListener(this.onAnyPay, this)
然后,没有监听到onAnyLogin的消息,本来是在
onAnyLogin 收到code == anysdk.UserActionResultCode.kInitSuccess后,调用this.userPlugIn.login()的
而且anysdk的登录验证服务器那里也没有收到任何消息(是初始化都不成功,应该和登录验证无关)
请问是不是改了什么,我这样调用不行了?