Hi Friends,
I have a very unique situation. I have made an APP which displays the data for a dentist. The data is pulled in from a database sitting on a remote website. Everything works great. My plan is to make copies of the APP for each member and just insert the unique record locater in the APP. In this way, each APP shows the unique data of that particular member. Even this works great.
My problem is that one of the aspects is showing the Google map of the supplied address. To be able to do this, I had to register with Google Maps and I got an API key. I inserted this Key in the Application Manifest. When i made a copy of the original APP and compile it, the Google Maps shows a blank white screen. This indicates that the Key is a problem.
In the copy, I only change the Package name. I have to change this or else Google play store will not allow me to use an APK file with the same name for a second APP. So I have changed the name of the application file and have also changed the package name. I have not changed the application label and I have not even changed the keystore.
Of course I can easily generate an API Key for each of the copies, but I want to avoid this work if possible. Any suggestions.
I have a very unique situation. I have made an APP which displays the data for a dentist. The data is pulled in from a database sitting on a remote website. Everything works great. My plan is to make copies of the APP for each member and just insert the unique record locater in the APP. In this way, each APP shows the unique data of that particular member. Even this works great.
My problem is that one of the aspects is showing the Google map of the supplied address. To be able to do this, I had to register with Google Maps and I got an API key. I inserted this Key in the Application Manifest. When i made a copy of the original APP and compile it, the Google Maps shows a blank white screen. This indicates that the Key is a problem.
In the copy, I only change the Package name. I have to change this or else Google play store will not allow me to use an APK file with the same name for a second APP. So I have changed the name of the application file and have also changed the package name. I have not changed the application label and I have not even changed the keystore.
Of course I can easily generate an API Key for each of the copies, but I want to avoid this work if possible. Any suggestions.