Building ionic app

hi to all I successfully created two ionic application apk installer.
When I install the first one runs fine. But when I install the other one it overwrites the first one.
How to build apk apps from ionic which does not overwrite the old installed one.

due to the same package name. change the package name in config.xml file.

change the widget id in config.xml

1 Like

thanks for i will try this. Can I put any name for the package name and widget id?

ya package name and widget id is same thing in ionic. you can but follow the right way of doing this

1 Like

thanks sir it works fine now. you save my ass.
I create 2 app from ionic connects to my site that I created with restful services. and now both client and admin mobile app is on my mobile installed. great thanks a lot.

1 Like