how to change application name on google play?

sarkis

Member
Licensed User
Longtime User
Hi all,
A couple of days ago I publish my first application on google play.
Now I decided to change the application name.
I made an update but search is finding it only by its old name.
So how can I really change the name?
Or I need to change package name?::BangHead:
Thanks
 

Kevin

Well-Known Member
Licensed User
Longtime User
If you change the package name, then others who have already installed it will likely be unhappy that their app doesn't update, but rather they need to uninstall the old one and reinstall the new one.

I've never tried to just change the app name (app label) in the market before. It may be doable, but it could just take time for the changes to propagate through the system.

I notice that when I push out an update and go to my app in the market app, it says that there is an update, but when I go to it, it only offers to open or remove (the currently installed version). Also the notes, etc are all old info.

Then if I enter into the comments, scroll around looking at newer comments, then back out of the comments to the main app page, then it seems to show the updated info and allows me to install the update to my app that mysteriously vanished moments ago.

Their latest version of the Market is buggy. :BangHead:

I have also recently had a few sales cancelled when I look at them in my reports and the reason is "internal market error" or something like that. I don't even know what that means, other than they didn't get the product and I didn't get the money. Google is a love-hate relationship for me. :D


Perhaps something like this is your problem?

Have you increased the version int & code on the newer file you are submitting and then upload it to the server? Then deactivate the old version, activate the new version, then press Save?

We may need pics or more details.... :sign0013:
 
Upvote 0

sarkis

Member
Licensed User
Longtime User
Thanks for replaying.
So where from google takes application name?
From label or from package name?
And one more.
I found my application only with exact name.
It wasn't appear when I search by category.
It shows only top 500 applications.
So if user cannot see my application until it becomes on top,
how my application may be downloaded?
SO why we publishing our applications on google play?
Only for their add?
 
Upvote 0

William Hunter

Active Member
Licensed User
Longtime User
how to change application name on google play

Hello Sarkis,

Kevin has given you some good advice. Google refers to the application name as TITLE. As far as I know this cannot be changed, and then uploaded again. I would suggest you create an app with a new title AND package name. Before uploading and activating this new application, un-publish your original uploaded app.

Your inability to find your app in a search, using other than the title seems typical of Google Play. I think their search engine is more than a bit buggy. You might try to place a FEW keywords after your description, to aid in a search for your app. But, be very careful that you don’t do too good a job. If your application moves up in the queue beyond Google Play’s expectations, your app will be abruptly removed for a provision violation.

Good luck :BangHead:
 
Last edited:
Upvote 0
Top