I build and sign my android app. Now I publish on google play but when I install on google play, google maps doesn't work. I read some article about this issue but I dont fix it.
What can I do after signing ?
I don't know if it is still an issue. But you needed different API Keys for different keystores.
I had the same problem, but with Facebook. You have to sign your application with your keystore publish key, because your preveous key is a debug key and it doesn't work after publishing app.
Related
I am a bit confused regarding the release of my application on the Google Play Store. I signed the release bundle with my upload key, then let google play sign the app.
What confuses me: After using Play Signing, I added the SHA 1 fingerprint to Firebase (so my services work fine). But now I need to download the google services-json file again and integrate it in my bundle? This does not seem to make sense to me, since it is basically a circle which never stops. What is the actual approach here?
I have a unity game on the play store that I published a couple months ago. Today I tried to upload a new apk to the play console and got this error.
You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate.
From what I have read from other posts, this is an issue with the keystore in unity. When i went to the keystore settings, there is nothing selected. The only keystore on my computer is debug.keystore which i believe is not really a valid keystore. I have downloaded the app signing cert from the play console but that cant be used as a keystore. I am confused as to what to do now. Should i create a new keystore? my assumption is that it has to be the same keystore that was used before (even though i don't recall ever making one?). I also assume that if i did make one, it would be in my project directory somewhere, which its not. I know this has been asked before but im still confused. A lot of people are saying that there is nothing to do other than reupload the app. Others are saying that there is some way to update the play console signing to work with a new keystore?
I had this problem myself, and I'm sad to inform you that when you lose your Unity keystore, the only solution is to create a new keystore, and upload a new instance of the app on Google Play, as it will not accept an APK signed with a different key as update.
Always keep your keys and respective passwords stored in safe places, with backups for emergecies.
Good luck :)
If your app uses Google Play app signing then Google support can help you change your upload key. Otherwise there is nothing you can do but republish your app. A good reason to use Google Play app signing. https://support.google.com/googleplay/android-developer/answer/7384423
I have an issue which is related to an app that I have in Google Play, and I am planning to update it.
The issue that although I still have the previous key but I am not sure why Google Play Control is complaining that I don't have the same fingerprint
See below picture
Any idea how to solve it?
Use "Generate Signed APK" with the same key store, key alias with v1 and v2 checkbox. If you lost one of them, Google store will not accept it.
If you want to update unpublish app, you can remove it and create a new project.
If the app is published, it can't be removed from the store.
I have published an app on Google Play but map is blank and I cannot figure out how to find the resulting api key that I need and where to put it. I have my SHA1 fingerprint and my api key that is for debugging.
Works great on my device but not after publishing. Every video and post I see on this is from years ago and doesn't seem to work. I can't figure out what I'm doing wrong.
Go to your Google play console where select the app and in left side : Release management=> App Signing=> copy SHA-1 certificate inside App signing certificatemodule and paste into the Google cloud console and add this SHA1 with your project and save it . it will work . it works me.
I get strange problem. I app is available on play store. When app is install from eclipse, map is showing. While at same time, if app is install from play store, map is not seen. I do not know where i make mistake. Please help.
Link to app - https://play.google.com/stor/apps/details?id=netleon.sansar.childsafeapp
With the Eclipse you have a debug keystore, for google play store you have a different key store. You api key needs to match the keystore you have used to sign the application.