Due to some initial wrong settings, the code developed for the application is in the form com.comp_name.app_name. We have noticed after the application was published this discrepancy. We would like to know and to understand if:
- We can change this to com.correct_comp_name.app_name. As you can see only comp_name should be changed to correct_comp_name
- If the change can be executed, when it would appropriate to change it? In the next release?
- How would this change affect the application? In other words, the new release which will have the com.correct_comp_name.app_name in the top level code will still be linked to the previous app release and seen as a continuation of the initial release?
The application name, described above as app_name is the correct one and doesn't require any change.
Thank you for your support, VN
unfortunately you can't change the package name after publishing to play store.
but you can do the following :
now if app is not published yet to store users will be still able to use current app. when app gets published the user has to install new app to continue using.
this is the best way to do it as I did it to my app when gets same problem.