I’m having problems with an app versioning.
The Build Number and Version Number where configured incorrectly on the first releases and now we have the following strings:
CFBundleShortVersionString: 400704
CFBundleVersion: 4.7.4
Is there a way to return to the default config on AppStore and PlayStore so that we do not exceed the limit of versionCodes allowed?
I tried creating a new version 5.0.0 (1) but on the Google Play Store requires the build number to be greater than 400704 and also on the App Store it marks that 5.0.0 is not greater than the current version
Alejandro Sosa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.