2

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?

Sandeep R
  • 2,193
  • 3
  • 22
  • 50
user3181659
  • 21
  • 1
  • 2

2 Answers2

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.

Community
  • 1
  • 1
Aditya
  • 2,665
  • 4
  • 32
  • 28
  • 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
  • 62,910
  • 10
  • 119
  • 113