Duplicate Ionic App and change name

I have made a duplicate of my app (by duplicating the app folder) however I wish to change the name of it.

I want to make subtle changes to the app and then use it for my admins. The problem is that The apps are named the same in the Ionic View.

Any changes in config.xml are not reflected in the upload - however I do have a different ID and separate application in the View App.

Ok you need to edit the name in ionic.project and also config.xml and run the following

ionic platform remove [android or ios]

and then

ionic platform add [android or ios]
4 Likes