Pregunta

I had uploaded an app on app store with version 1.1.0.

It was accepted and is now on sale.

Now I have made small fixes and need to submit the app again.

Will I be able to submit the app on store, if I keep the same version.

¿Fue útil?

Solución

Build version is not the version that app-store uses. It's just for the purpose of developers to refer for themselves. Both values needs to be incremented for application to upload.

Bundle version is the important one and should be updated if you want to update your app in app-store. It will also be shown in app-store.

Otros consejos

It is necessary to change the version of the app before uploading to app store. First you need to create a new app with new version like 1.1.1 And the same version you have to update in your info.plist file in version field OR you can change it in the Summary section 1.1.1

Build Version - This is for the developers to track of the build

App-version - this is for the application version check - using which the user's get a notification about a new version of the application being available for download.

Ideally, I don't think there is any reason to upload a fresh build without changing the app-version. The latest updates to iTunes connect enforces incremented Build version.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top