简体   繁体   English

使用 Android Studio Android 应用程序在设备上运行 Google plus 但从 Play 商店下载时不起作用

[英]Using Android Studio Android app Working Google plus on device but when downloaded from play store Not Work

When I build and deploy this app on my device via USB using Android Stdio, it works as expected.当我使用 Android Stdio 通过 USB 在我的设备上构建和部署这个应用程序时,它按预期工作。 But, when, I upload and download this app from play store, Google+ login not working, It showing a blank screen.但是,当我从 Play 商店上传和下载此应用程序时,Google+ 登录无效,显示空白屏幕。

Basically this error will be occured when your application SHA key has been not matched with SHA key of google console.This key will be different from release and debug environment.基本上当您的应用程序 SHA 密钥与 google 控制台的 SHA 密钥不匹配时,就会发生此错误。此密钥将与发布和调试环境不同。 Whenever you will changing development machine/computer this key will be changing.每当您更改开发机器/计算机时,此密钥都会更改。 You just need to update SHA key in google console using this link https://console.developers.google.com .您只需要使用此链接https://console.developers.google.com更新谷歌控制台中的 SHA 密钥。 For more details image attached below.有关更多详细信息,请在下面附上图片。

在此处输入图片说明

Do you registered new cliend ID (OAuth) in developers console with your new certificate fingerprint (SHA1)?您是否使用新的证书指纹 (SHA1) 在开发者控制台中注册了新的客户端 ID (OAuth)?

(maybe this helps: https://developers.google.com/android/guides/client-auth ) (也许这有帮助: https : //developers.google.com/android/guides/client-auth

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 通过Android Studio运行时,Android应用程序中的语言发生了更改,但从Play商店下载应用程序后,这些更改不起作用 - Language changes in Android Application take place when running through Android Studio but do not work when app is downloaded from play store 应用程式无法从Play商店下载到某些Android装置中 - app not getting downloaded in some android device from play store Play 游戏登录在 Play 商店中发布后不起作用,但当我在我的 android 设备上测试时它在 android 工作室工作 - Play Games Sign in does not work after publishing it in play store but it was working when i tested on my android device from android studio 从App Store或Google Play下载时,Android App无法正常工作 - ANR - Android App not working when downloaded via App Store or Google Play - ANR 如何过滤要从Google Play下载到特定设备的Android应用? - how to filter android app to be downloaded from google play to specific device? Android - 从 Google Play 商店下载的应用程序在开发过程中无法正常工作 - Android - App downloaded from Google Play Store not behaving as it is working during development 更改应用程序的语言在 android 工作室中工作,从 Google Play 下载应用程序时不起作用 - Change language of app works in android studio, doesnt works when downloaded app from Google Play 如果从Google Play下载应用,则android facebook登录将停止工作 - android facebook login stops working if app is downloaded from google play ClassNotFoundException:如果Android应用是从Play商店下载的 - ClassNotFoundException: if Android App downloaded from play store 应用程序正在 Android Studio 模拟器上运行,但是当它从 google play 下载时不幸停止 - Application is working on Android studio emulator but when it is downloaded from google play it stop unfortunately
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM