简体   繁体   English

在App Store上提交应用

[英]Submitting app on App Store

I had uploaded an app on app store with version 1.1.0. 我已经在应用商店上上传了一个版本为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. 如果我使用相同的版本,是否可以在商店中提交该应用程序。

Build version is not the version that app-store uses. 构建版本不是app-store使用的版本。 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 . 捆绑软件版本很重要,如果要在app-store更新应用,则应进行更新。 It will also be shown in app-store . 它也会显示在app-store

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 首先,您需要使用新版本(例如1.1.1)创建一个新应用,并且必须在“版本”字段中的info.plist文件中更新相同的版本,或者您可以在“摘要”部分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. iTunes Connect的最新更新将强制增加版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM