草庐IT

loginWithGoogle

全部标签

android - Android 上的 Meteor.loginWithGoogle 错误 10

我使用如下函数Meteor.loginWithGoogle登录谷歌。它在浏览器上工作,但当我构建到apk(通过cordova)时它失败了(控制台日志是错误10)。handleLoginError(err,service){console.error(err);}Meteor.loginWithGoogle({},(err)=>{if(err){this.handleLoginError(err,'google');}else{this.handleLoginSuccess();}}); 最佳答案 刚刚在https://forum.i