- I have created an API Key in the Google Console API Credentials Page.
- I have restricted access to Android Apps
- I have added my package and the SHA-1 Key (generated using keytool and local keystore file).
- I have added the key generated to the google_maps_api.xml under src/main/res/values/ folder.
When I build the release app and have it downloaded from my website, then google maps is showing as expected. However, when I push this to play store for beta testing, google maps doesn't show.
I have tried multiple tutorials but nothing seems to work so far.
What else should I be doing? Any suggestion will be most welcome.