I made an app and published it at Google Play. Can I change icon/name of the app/author's name after publishing app on Google Play?
Asked
Active
Viewed 3,624 times
2
-
[see here](http://stackoverflow.com/questions/15720994/is-there-a-way-to-change-the-name-of-an-application-on-google-play-app-store) – Squirrel5853 Jan 10 '14 at 12:26
-
1Which icon/name you are talking about, in the application or on publisher account application page? – Rushabh Patel Jan 10 '14 at 12:43
-
Icon of the app and name of the author of the app – user3181659 Jan 10 '14 at 12:50
-
1Then you need to upload one more version with upgrading version name and version code.. – Rushabh Patel Jan 10 '14 at 12:52
-
And by author's name, I mean the developers name as seen under the name of my app on Google Play – user3181659 Jan 10 '14 at 12:56
2 Answers
1
Changes for existing app is not allowed without re-submission. You need to do the upgrade in manifest file with name,auther and version-name and version-code as well.Then re-submit the app at Google Play.
Check this SO question, it might be of your interest.
-
Thanks. Can I just re-upload the app after name change or does the app have to be reviewed again by Google first? – user3181659 Jan 10 '14 at 12:39
-
Every submission will be reviewed by Google. Thought i personally don't find this as strict as that of Apple app store review process! :) – Aditya Jan 10 '14 at 12:50
-
Thanks @Raushabh for your Edit. It was indeed a necessary part which i neglected. – Aditya Jan 10 '14 at 12:56
1
@Aditya has a good answer for changing the app icon, but you also asked about changing the developer name-
Yes, you can change this as well. Open up the Developer Console, then go to the settings tab. The first option is the developer name.
Be aware, however, that this will change the developer name for all of the apps published under that account.

Bryan Herbst
- 66,602
- 10
- 133
- 120