Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - Change package name of live application

I have one application which is already live on google play named 'Moodlytics'. https://play.google.com/store/apps/details?id=AnantApps.Moodlytics&hl=en Currently its package name is 'AnantApps.Moodlytics'. (I know its not good practice to use capital letters for package name)

Now I am going to give an update to my application.

So my question is : Can I use 'anantApps.moodlytics' (all with small letters) as package name instead of the original one? Will current live application will be affected by this or not?

like image 220
iRoid Solutions Avatar asked Oct 27 '25 05:10

iRoid Solutions


1 Answers

No you can't, look here: http://android-developers.blogspot.nl/2011/06/things-that-cannot-change.html Because the package name is an unique name of you package and android cannot determine if it belongs to your older package name. And so it treats it like if it were another app.

like image 185
Stein Dekker Avatar answered Oct 28 '25 18:10

Stein Dekker



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!