I have uploaded my application to the playstore. My application has 3 letters called "xxx" (I can not put the name), and although it is published I can not find it when writing its name. It's been 3 days since I did it. Where can I customize the word or words I would like for users to find it?
Asked
Active
Viewed 53 times
1 Answers
0
You can change the app's name (Launcher App Label) by renaming the android:label
inside application node:
android:label="@string/app-name"
or based from SO post:
- Open your developer account.
- Select your app that you want to change the name.
- Find the Store Listing in the dropdown and click it.
- Change title and submit update.
Note: After submit it will take time to update your info in Playstore (in 24 hours)

Jessica Rodriguez
- 2,899
- 1
- 12
- 27