I want to change the package name of my app before publishing as production version. I started this project and development under test package name, so before production I want to change it to a meaningful one. My app has in-app purchase, google leaderboard as well, so the app is published as alpha version now for testing these features.
I want to know
- How to change the package name in android studio
- How to change the package name in google developer console.
- How to update inapp purchage items and leaderboard
Can these be done? or do I have to create a new listing on google developer console forgetting about current alpha version?