I already have an app in playstore with url https://play.google.com/store/apps/details?id=abc.pqr.xyz. Now I want to change it to https://play.google.com/store/apps/details?id=def.gij.lmn. Can I do this by any chance?
Asked
Active
Viewed 2,350 times
2 Answers
0
I don't think you can change, the id is your applicationId
or package name
of your app, unless you change your app.

twlkyao
- 14,302
- 7
- 27
- 44
0
Every Android app has a unique application ID that looks like a Java package name, such as com.example.myapp. This ID uniquely identifies your app on the device and in Google Play Store. If you want to upload a new version of your app, the application ID (and the certificate you sign it with) must be the same as the original APK—if you change the application ID, Google Play Store treats the APK as a completely different app. So once you publish your app, you should never change the application ID.

S T
- 1,068
- 2
- 8
- 16