Reputation: 241
I have an app with Google Maps. The works fine. But when I published my app on Google Play, maps showing whites.
I have read that other Api Key is required to publish the app. But I get not understand how to do this.
Could someone explain step by step how to do it clearly?
Thank you very much in advance
Upvotes: 1
Views: 2054
Reputation: 988
Can you see the map on your test device? If yes, then your settings for displaying the map are ok, but then the API key is not valid for the play store, because there is a difference between API Key for Debug Modus and Publishing. Therefore you need get the SHA Fingerprint of your keystore key (Not the Android Debug key -> you need the Publishing keystore key) and add this to the manifest when generating the APK for Google Play store.
Upvotes: 1