I have a Project
that is using Google Maps v1
. Now I made a kind of clone of that Application
with a different package
name
. Both apps are signed with the same keystore
file.
Problem: maps are shown on the first App
and are not seen on the second
. The error I receive from Google is:
System.err java.io.IOException: Server returned: at android_maps_conflict_avoidance.com.google.googlenav.map.BaseTileRequest.readResponseData(BaseTileRequest.java:115)
So is it possible at all to have multiple apps using the same Google Maps v1 API ID as long as they are using the same keystore file?