Page 1 of 1

offline virtual tour

Posted: Sat Oct 17, 2020 6:53 pm
by ELevit
will be glad for help with this one:
i used https://tonyredhead.com/phonegap-build/ ... rs-android
tutorial for making android offline virtual tour app.
everything went smooth and manage to build the app.
but after creating another app for different tour, i didn't manage to install the second app on my android.
only if i will remove the first app i will be able to install the second.
i am guessing its related to config.xml file or something that keep the logic that is the same app.

any suggestion how to solve it?

thanks in advance

Re: offline virtual tour

Posted: Sat Oct 17, 2020 7:06 pm
by Hopki

Re: offline virtual tour

Posted: Sat Oct 17, 2020 7:13 pm
by ELevit
thanks for reply but it does not answering my question.
at this stage i am willing to find a solution for my problem before jumping to new journey

Re: offline virtual tour

Posted: Sun Oct 18, 2020 5:31 pm
by 3DV
In the config.xml file you have to change the 'id' to your own app name, for example: com.mybusiness.mysecondapp
If the id of your second app is the same as your first app and the signature is not the same, your device will reject the installation of the app.

If you want to update an existing app, you'll have to keep the same id and signature, but increase the versionCode.