3

I am trying to publish an App, All the required steps have completed. But when I create a release in any track and hit on save button, got the below error

unexpected error has occurred. Please try again. (7E570852)

Rahul
  • 579
  • 1
  • 8
  • 18

1 Answers1

3

Problem:

If you try with empty release notes(like below), you got the error

<en-US>
</en-US>

Solution:

Try with the empty release notes(remove tags or space inside tags) or give some comment inside the tags

<en-US>
Give your release notes here
</en-US>

Hope This will save time for someone. Happy Coding :)

Rahul
  • 579
  • 1
  • 8
  • 18