Have you ever caught in a situation where you have given some funny or irrelevant package name for client’s Android app and the app is already published on Google Play store? The package name is your App’s unique identity on Google Play Store. All future versions of the App need to have same package name in order to manage updates. App with a different package name can only be published as a different app with different name on the Play Store.
The package name is normally not exposed to end users but when you want to share direct link of your app on play store with end users via your website or social media, the package name gets exposed since the direct link on Play Store contains the package name. Last part of the URL after equal to sign (com.cakerstreet.cst.app) is the package name. If you have already submitted the app and you figure out that package name is not relevant or client insists on changing the package name, you have following options-
We faced this issue recently when a mobile app client requested to change the package name at a time when Hybrid Mobile Application we’ve developed was already live on the Play Store. Thankfully there weren’t any installs and we were quick to make the changes to the package name and publish a new app with the right package name.