How to rename Ionic app from HelloCordova

Solution 1:

Edit: You want to change the config.xml file in your project's root directory. The tag which is responsible for the app name is <name>.

look up the config documentation for more.

Solution 2:

Updated

  1. Change the name in config.xml (@ project root) see the : documentation.
  2. Execute this command : $ sudo ionic cordova platform remove ios
  3. Check if the folder ios under platforms folder is deleted.
  4. Execute this command : $ sudo ionic cordova platform add ios

Solution 3:

If changing the name is not working for any reason delete entire platform folder and then

cordova platform add ios
ionic build ios

Solution 4:

If your looking to change the iconic view name be sure to also update ionic.project