Hi,
I have an Ionic5 app that uses Capacitor created with the standard procedure.
I can’t publish on the Android store because I have to rename the app id that is “io.ionic.starter”.
I have seen that there are 53 matches in 28 files of the “io.ionic.starter” string.
Is there a command or a standard procedure to change the app id?
If you don’t mind recreating the Android project, you can simply delete the folder with rm -rf android then recreate it with npx cap add android.
Otherwise you’ll have to manually edit the Android files. But I don’t think you need to change 28 files, probably just AndroidManifest.xml and app/build.gradle.
I’ve renamed all the occurrences of io.ionic.starter, with my ide is fast enough, and it seems to work.
Probably the wizard that creates a new app should ask for the app id.