I have uploaded version 1.0.9 of my Android application, developed in .NET Core and MAUI, for review. It was rejected by some reason I have fixed.
Now, I can upload version 1.0.10 but the error is shown:
The version 1 code has already been used. Try another code.
How can I publish version 1.0.10 to relaunch review?
Thanks
1.0.10 is the versionName
.
There should be a configuration named versionCode
inside you project. You should find it and increase the number (2 for example)