Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Google Maps Not Working After APK Release

I have Android app which include Google Maps It was working fine before releasing the app, but after releasing the maps are not shown . Although I've added SHA-1 certificate fingerprint from google console after releasing and added it to the restrected apps

SHA-1 after releasing

API Key Restrictions

So the 2 SHA-1 are included with the package name, the Maps works fine when running the app directly from android studio, but it shows nothing when downloading the app from playstore, any Ideas ?

like image 348
Karim Elziny Avatar asked Jun 12 '18 00:06

Karim Elziny


People also ask

Why won't my Google Maps work on my Android?

Clear the app's cache & data On your Android phone or tablet, open the Settings app . Tap Apps & notifications. Follow the steps on your device to find the Maps app. After you select the app, storage & cache options should be available.

Why did my Google Maps stop working?

There are various reasons why this happens. It's possible the location accuracy option is disabled, you're using an older version of the app, or you don't have proper access to the internet. The Google Maps app itself may have issues, too. Cache files and other app data can sometimes cause various issues with the app.

Is Google Maps no longer on Android Auto?

Update to Android Auto makes Google Maps disappear Also owned by Google, Waze uses crowdsourced data to help it deliver the fastest and safest routes for users to follow. Unlike Google Maps, Waze concentrates on navigation although it can still lead you to gas stations and restaurants.


1 Answers

It's because Google Play is signing app with different SHA-1 Fingerprint, so you need to take it and register in google developer's console

enter image description here

like image 79
B-GangsteR Avatar answered Nov 04 '22 03:11

B-GangsteR