Reputation: 959
I published my app in google play store and tried to find it. But I found it by project name. My project name wasn't like app name.
But many people installed my app. How can I change the name without uploading a new app?
Project name is: quarrynew
App name is: quarry
I changed my project name and uploaded it. But it wasn't changed. I'm waiting a few days.
People can find my application by typing "quarrynew". But never find it by typing "quarry".
Application name is "quarry". Only project name and filename was "quarrynew".
<string name="app_name">Quarry</string>
Upvotes: 94
Views: 165916
Reputation: 41
As of November 2024
For the users who are facing this issue can follow below steps
Open Google Play Console and select the App you want to change.
Select Grow section from Side Navigation view.
Then select Store listing
Under listing tab, you will see a header Default store listing.
Click on Right arrow mark seen on the end of the row which will take you to the actual Default store listing page.
You will see **App name ** field and you can enter new app name.
Upvotes: 1
Reputation: 67
In 2023 You need to go "Grow" section right under the "Release" section. There is "Store presence" then "Main store listing". There you can change or update your app name, short description, full description, and graphics.
Upvotes: 4
Reputation: 2141
You can rename your app in Google Play console New UI August 2020 by this way
Store presence -> Main store listing -> App Name
Upvotes: 68
Reputation: 129
Google reads the appName from your gradle file (not from Manifest or string files). You must change the appName: File/Project Structute/Variables:android - appName.
Upvotes: 0
Reputation:
It is quite easy to be done. Just follow these steps and you will be able to do in seconds.
After 24 you will be able to see the new name on the play store.
Upvotes: 3
Reputation: 8067
AppName:- app name showing after installing apk in your device.
If you want to change playstore name follow below steps.
According to new playstore design
Step 1 : Open Developer Account https://play.google.com/apps/publish/
Step 2: Select the app that you want to change your playstore app name. After select app, this dialogue is shown.
Step 3: Then scroll down a little bit you can see option Store Listing Click on it. in your right side, you can see title field That is the name you can see in the playstore. See screenshot below
Change the title and submit an update. And it's done.
Note: after submit it will take 24 hours to update your info in playstore (in 24 hours)
Upvotes: 57
Reputation: 2028
The project name will not be used in Google Play Store. And the "app_name" is generally used for your title bar or as title in the android launcher,desktop,..
The display name of your App in Google Play Store is defined in the application settings in https://play.google.com/apps/publish/ changes may take some time(hours,days).
Upvotes: 67
Reputation: 51
App can be easily renamed in StoreListing, unable to showcase image due to rep points.
Initially we had issues when we were trying to rename our app from Punch to AhaPunch but after 15days we were able to do so successfully.
Upvotes: 5
Reputation: 1615
You should rename your app(s) on the Play Store, where you have uploaded it.
Upvotes: 0