I publish application in google play, when download application from google play and install application , google maps not working but when i connect to
active device to my computer it work.
I publish application in google play, when download application from google play and install application , google maps not working but when i connect to
active device to my computer it work.
it's because your Map Api key. your debug Map Api key is different from Release key.
check this answer to get a Map Api key: https://stackoverflow.com/a/16462351/2943501
then change your key and release app.
Probably you are using the debug SHA1 key hash on the Google API Console.
Change it to the production key hash.
Please make sure that your Google API key is generated using the release key store.It works in debug mode since you make Google API key using the debug keystore