Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updated an app with v1 map in google play now showing blank tiles

My application is already in google play with map v1. Now i fixed a bug unrelated to map and tried to update the version in google play. Downloaded new version from google play and found maps are showing blank tiles.

I used right certificate as my version update is success with google play. I used the same map api key, as i unzipped the apk and compared the keys found in few xmls in layout folder between previous and new version.

Google says, that existing v1 keys will continue to work.

What could be the problem? Can someone help?

Thanks.

like image 970
Saran Avatar asked Apr 15 '13 08:04

Saran


1 Answers

I recently (2 weeks ago) updated an app that uses android maps v1 api and had no problems. Probably you have messed up something in your code.

  1. While developing your app, did it work with the developer's map key?
  2. Did you make any changes in the google api console?
  3. Did you try switching to the old apk?
  4. Did you try rolling back your changes and redeploy?
like image 78
gtsouk Avatar answered Nov 16 '22 01:11

gtsouk