0

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?

Ankitkumar Makwana
  • 3,475
  • 3
  • 19
  • 45
Dumitru Hristov
  • 1,359
  • 1
  • 11
  • 29

1 Answers1

1

Problem solved: I signed both applications with the same key from the keystore.

I was not able to see Maps before because I was creating a new key for the new project.

Dumitru Hristov
  • 1,359
  • 1
  • 11
  • 29