I am working with Google Maps only that I am having a problem when viewing the map in the application, I already generated the launch certificate and I provide my fingerprint, I generated the signed Apk to upload it to the store, nothing more that when published in the store the maps are no longer displayed but I test the other devices by passing the Apk file and it works wonders, I feel dismayed by the problem I am having, I need help in this.
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<permission
android:name="ixzihua.com.mx.ixzihua.MAPS_RECEIVE"
android:protectionLevel="signature" />
<uses-permission android:name="ixzihua.com.mx.ixzihua.permission.MAPS_RECEIVE" />
<uses-feature
android:glEsVersion="0x00020000"
android:required="true" />
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />