jjzjj

userRecoverableException

全部标签

android - "Unregistered Android application"文本显示在用户配置文件信息权限对话框中

我在我的应用程序中集成了Google登录。我每次都能成功登录,但是当我在设备中添加新的谷歌帐户并尝试使用该帐户登录时,我会看到随附的弹出对话框。我不明白为什么它说“未注册的android应用程序”。在这种情况下如何注册应用程序?附加弹出对话框:AttachedImageforReference我正在使用以下代码:try{Stringtoken=GoogleAuthUtil.getToken(mActivity,mEmail,"oauth2:https://www.googleapis.com/auth/userinfo.profile");returntoken;}catch(User