Rename app in google play store

AndroidPublish

Android Problem Overview


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>

Android Solutions


Solution 1 - Android

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).

enter image description here

enter image description here

Solution 2 - Android

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.

deshboard

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

enter image description here

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)

Solution 3 - Android

You can rename your app in Google Play console New UI August 2020 by this way

Store presence -> Main store listing -> App Name

enter image description here

Solution 4 - Android

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.

Solution 5 - Android

It is quite easy to be done. Just follow these steps and you will be able to do in seconds.

  1. Open Google Play Console and select the App you want to change.
  2. Go to Store Listing and in Title Field enter the NEW NAME .
  3. Submit at the bottom of the page.

After 24 you will be able to see the new name on the play store.

Solution 6 - Android

You should rename your app(s) on the Play Store, where you have uploaded it.

Solution 7 - Android

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBold BatView Question on Stackoverflow
Solution 1 - AndroidSimon SchubertView Answer on Stackoverflow
Solution 2 - AndroidArpit PatelView Answer on Stackoverflow
Solution 3 - AndroidMarwa EltayebView Answer on Stackoverflow
Solution 4 - AndroidAhaPunchView Answer on Stackoverflow
Solution 5 - Androiduser12090212View Answer on Stackoverflow
Solution 6 - AndroidZwiebelView Answer on Stackoverflow
Solution 7 - AndroidRetronView Answer on Stackoverflow