Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Google Play changing name of app [closed]

Tags:

Is it possible to change name of application after publishing it in Google Play? I haven't published it yet but I'm going to do it.

like image 496
Stas Avatar asked Aug 01 '12 08:08

Stas


People also ask

Can we change app name dynamically in Android?

It's not possible by the moment. It is a fixed string in the AndroidManifest. xml file which cannot be changed at runtime.

Can two apps have the same name in play store?

With Android everything is simpler! You cannot reserve a name but you can have multiple apps with the same name. So no need to reserve the name – you can definitely use it.

Can Google Play apps have the same name?

Not sure about Microsoft Store, but with Android and iOS apps are identified by app id. You can't have multiple apps with the same app id. The name string is more superficial, it isn't used as a unique key in the app stores - it's more of a visual thing client side.


1 Answers

Yes, you can change the name. You cannot change the package name.

like image 139
a54studio Avatar answered Oct 20 '22 00:10

a54studio