I am facing an issue in google map.Google map is not showing when I download the apk from google play store but it works fine when I manually install(by transferring to devi
After a long research about App Signing feature, I came to solution that Google ADDED App Signing feature for app publishing over Google Play. This feature is added due to Keystore mismatch/lost issue faced by all client/developer.
Generally, in new Update of Google Play Developer Console when we upload any apk file over Google Developer , it default provide the service of app signing by Google-Play Self istead Development/Release Keystore has been lost User can update app with new certificate.
App signing key: The key used to sign the APK that's on a user's device. You currently hold the app signing key and use it to sign your APKs. When you complete the program sign-up flow you will upload this key to Google.
Upload key: A new key you generate during your enrollment in the program. You will use the upload key to sign all future APKs prior to uploading them to the Play Console.
So if you accept the App Signing feature during app publishing, then On Google Console you have to provide the Google's App Signing Key SHA-1 key instead of Your uploaded certificate key. So just change it with App Signing SHA-1 Certificate.
You can find App Signing Certificate SHA-1 key from below Tabs.
Google Play Developer Console > Dashboard > Release Management > App Signing.
I recently Upload the APK on Google Play store and I faced the same issue after checking the Play Console I found the solution for this problem.
Their is no problem with your key but the problem is with your SHA-1. You signed your APK with your SHA-1 that is fine and then upload the APK it also fine.
But as per the new update for Play Console when you signed your APK with SHA-1 and upload the APK it only signed by you but as per the new update it is also signed by Google Play for more security. Have a look here some part of Google Play section:
With Google Play App Signing: You sign your app with your upload key. Then, Google verifies and removes the upload key signature. Finally, Google re-signs the app with the original app signing key you provided and delivers your app to the user.
You can refer Documentation here.
Now, The Answer of your question is After successfully upload the APK you can see that in the section with Two SHA-1 the 1st SHA-1 is Google created its own and 2nd SHA-1 is its yours.
So just copy the Google SHA-1 and paste it to your console where you generate the Google Map API Key.
This is SHA1 key issue .check your google console fingerprint SHA1 thats in release.if your key in debug thats not work in playstore App.
A debug certificate: The Android SDK tools generate this certificate automatically when you do a debug build. Only use this certificate with apps that you're testing. Do not attempt to publish an app that's signed with a debug certificate. The debug certificate is described in more detail in Signing in Debug Mode in the Android Developer Documentation.
A release certificate: The Android SDK tools generate this certificate when you do a release build. You can also generate this certificate using the keytool program. Use this certificate when you are ready to release your app to the world.
For More Details Refer Get API Key and app's SHA-1 fingerprint