12-14-2012 03:36 PM
I have made three apps. The first and second one is installing fine. But if I install the third one, it overwrites my second app.
What did I do wrong? All of my apps have a different name and also the name of the archive is different.
Solved! Go to Solution.
12-14-2012 04:10 PM - edited 12-14-2012 04:11 PM
But does your package name is different across all apps ?
something like com.me.example
12-14-2012 05:25 PM
Thanks, that was the problem - the package name was undefined as I forgot to add the id attribute to the widget element in config.xml in my second and third app.