I am working on flutter application using google maps, everything works fine while developing. after publishing app to play store maps stop working it opens a blank map with google logo on it only. in my code when i change my package name to different name map works well. when i rename it back to the original package name (name on play store) it doesn't work
what i try to do
- i try to clean code
- invalidate cash and restart
- un install and install the application
- create new map API key
- i also try to restrict my map API key with SHA-1 from Play App signing. keep Map key with no restriction
Nothing works. and this message is displayed on log
Unexpected response code 503 for https://clients4.google.com/glm/mmap/api
map will only work when i change the package name to different name of the on exists on play store. But i need to keep the package as it is on store