谷歌地图,谷歌商店发布商店、地图

2023-09-07 03:36:08 作者:9.旧街凉风

我有一个应用程序,它使用谷歌地图。当我公布我在谷歌Play商店的应用程序,地图不是working.I使用密钥库派在店里我的应用程序,但最近我明白了发布谷歌地图应用程序有其他办法的事情。

I have one app which use google maps. When I publish my app in Google play store,the map is not working.I use "keystore" to send my apps in the store but recently I understand to publish google map app have other way to do.

我用这个教程,但再没有工作:

I used this tutorial but again is not working:

的http://twistbyte.com/tutorial/using-the-android-licensing-service-step-by-step#$c$csyntax_3

http://developer.android.com/谷歌/播放/许可/设置-up.html#DEV-设置

下面是当我下载谷歌从Play商店我的应用程序一张图片:看起来像我没有API密钥,但我有。如果我从我的计算机上下载我的应用程序/我的应用程序文件夹/一切工作正常。而在清单一切都很好,在API控制台有加我SHA1:+我的包。

Here is one picture when I download my app from Google play store: Look like I don't have "api key" but I have. And if I download my app from my computer/my app folder/ everything is working properly. And in manifest everything is fine and in api console have add my SHA1: + my package

推荐答案

有你想通了?我有同样的问题,只是不知道我能做些什么!

Have You figured it out? I have same issue and just don't know what I can do!

编辑:

好吧,现在我有!当我在做这个应用我生成密钥存储到由谷歌地图的工作,并简单地忘掉它。当谈到将应用在谷歌商店,它让我做这样的事情jarsigning,调心,所以我只是产生新的密钥存储了点。

Okay, now I have it! When I was working on this App I generate keystore to made google maps working, and simply forget about it. When it comes to placing application on Google Store, it make me to doing things like jarsigning, aligning, so I just generate new keystore for that.

所以到最后......如果U做了什么我已经做了我只好简单地获得SHA1 code一次,这次使用密钥库u必须用来发布在谷歌商店应用程序。

So to the end... if U done what I've done u have to simply obtain SHA1 code once more, this time use keystore which u have use to publish Your application on Google Store.