Hello there - hoping someone could point me in the right direction with an issue that i am currently looking into with regards to ios app version numbering in AppStore.
We have been publishing our apps using the following values: CFBundleShortVersionString: 123456798.5.36 CFBundleVersion: 8.5.36
Business would like to have the prefix value of 12345679 removed and just use 8.5.36 for example. I am aware of the limitation with AppStore where CFBundleShortVersionString value must be higher than that of previously approved versions.
Has anyone else experienced issues of this nature and does anyone know what options we have for accomplishing this.
Do we need to submit a net new app to reset the versioning or have you been able to workaround the limitation or know of any alternatives? Would greatly appreciate any feedback. Thanks in advance!