Is there a way to change the name of an application on Google Play app store?

后端 未结 5 979
旧时难觅i
旧时难觅i 2020-12-28 18:36

I submitted an app to the app store last year and I found out a few weeks ago the name is being used for something similar. Is there a way to change the name of the app?

5条回答
  •  無奈伤痛
    2020-12-28 19:06

    It turns out that all I had to do to change the name of the app is to change the name property in the application descriptor file.

    Before:

    
    
        com.mycompany.myAppID
        MyApplicationFile
        My Application Name
    
    
    

    After:

    
    
        com.mycompany.myAppID
        MyApplicationFile
        My Shiny New Application Name
    
    
    

    I changed the name, created a new build and package, uploaded it to Google app store and published. I changed the name of the Google app store listing a few minutes after upload. When the app changes went live the app name was changed. The app may have been in draft mode but I think I published it on accident before changing the name in the store. Either way it's updated.

    The app ID shows up in some locations and lists and there is nothing you can do AFAIK to change it after it has been submitted to some app stores except submit a new app with that ID.

提交回复
热议问题