android signed apk not display google map after change SH1 key

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


android signed apk not display google map after change SH1 key



I am creating a signed APK with updated version. i.e already having version 6 on play store.
up to this all is ok and google map is display property.Now, in update-Version 7 my SH1 key changed as PC changed... I created new API key for google map and it display proper google map in debug APK. but not display in signed APK(yet not uploaded version 7 on play store) for this issue what i can do? i got idea that SH1 key should be upload on App signing certificate but not knowing how and when i can change it. please guideapp signing





If you have used google play app signing then your SHA-1 certificate gets changed from which you have added in google developer console. So now what you have to do is add App Signing SHA-1 as in above pic to your project in google developer console.
– Mohammed Farhan
1 hour ago





@mohammed Fahan how i can edit or can add new one?
– Android User
53 mins ago




1 Answer
1



For signed apk you need to put SHA-1 which is already generated by google play console. In your screen shot there is certificate SHA-1 , you need to add that certificate in google developer console after than download the latest google.json file & create new build and upload on play store.
Hope , it will work fine for you.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Visual Studio Code: How to configure includePath for better IntelliSense results

Spring cloud config client Could not locate PropertySource

Makefile test if variable is not empty