I had this issue before, where Google Maps shows grey screen and no maps displayed.
I fixed this issue by installing google services on the test environment and it works fine.
The problem now is that the published app is showing the same grey screen (No maps) for people who installed the app from Google Play.
I cant ask people to go and download Google Services so they get my app working.
Is there anyway I can embed these services into my app or any other way to fix this issue.
Thanks
I have this in google_maps_api.xml
<string name="google_maps_key" translatable="false" templateMergeStrategy="preserve">
AIzaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
</string>
I also have this in the manifest
<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="@string/google_maps_key" />