@Rob:
Just got this from google support regarding the logfile I sent them:
The “RetiredVersion” means that the application is making a request to a version of Google Maps JavaScript API that is already retired. A way to fix this is to replace the version in the request URL. The request URL can also be found in the logs that you have sent:
https://maps.googleapis.com/maps/api/js?v=3.9&sensor=false&key=[your_map_key]
The v=3.9 is not an updated version. But, this has to be fixed by the Corona team, since they are the ones who set that up.
Another error says “SensorNotRequired”. This means that the request URL is also using a deprecated parameter which is “sensor”. This parameter is no longer working and should no longer be used. This can also be fixed only by the the Corona Team.
In other words: the request that Corona is making to Google Maps uses partly deprecated or non-supported parameters. This has got nothing to do with my error, this is the same for everyone using Corona.
Could you please forward this to your engineers?
UPDATE:
In case anyone wonders, this is the url that should be filled out with the “HTTP referrers (web sites)” choice:
__file_url__//data/user/0/[your package name]/cache/.system/resources/corona_map_view2.html
This could be a bit tricky if Corona ever decides to change the name of the html file. In that case, the request will not be valid and no map will be displayed…