Using other account when uploading signed apk in google play store

僤鯓⒐⒋嵵緔 提交于 2019-12-08 15:20:54

Answer:

The API key is associated with the apk package and it's keystore and not a user account.

First you need to create a keystore for you app. Refer to http://developer.android.com/tools/publishing/app-signing.html

Next go to https://console.developers.google.com/project and create a project (if don't have one already).

On your project page go to API's & auth > APIs enable Google Maps Android API v2

Next go to API's & auth > Credentials and create a new Key for Android applications. Follow those instructions careful and you it will generate you an API to use on your manifest. (Remember to use the keystore you used to sign your app for play store and not your debug keystore)

More info:

https://developers.google.com/console/help/new/#generatingdevkeys

Good luck

I also face this problem . you need to

signed your application with the system from which you generate SHA-1 fingerprint for Google Api

.

Check Your API Key whether it is the same with the one in Console and in your Manifest.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!