Changing the package name from io.ionic.starter

I was trying to upload my app on the playstore, and it said that there is already a package in the playstore under the name io.ionic.starter

Where do I change the package name? I’m worried about making a huge change like that so could someone tell me all the files I need to change so that the app still works? Ex : I’m assuming you’d also need to change config.xml

Correct. Then do a complete new build. Best diff the content of platforms before and after to see what changed.

I’m sorry, I still don’t understand what I have to do :frowning:

  • Edit config.xml
  • Run ionic cordova build android
3 Likes

For Ionic version 6.16.1
Edit config.xml
ionic cordova platform remove android
ionic cordova platform add android
ionic cordova build android