我可以添加新的TestFlight版本而不添加到App Store版本吗?

huangapple go评论71阅读模式
英文:

Can I add a new TestFlight version without adding a version to the App Store?

问题

我对TestFlight不太熟悉。我想要为我的应用添加一个新版本的构建。我需要首先将新版本添加到App Store设置吗?

英文:

I'm not very familiar with TestFlight. I would like to add a build with a new version for my app. Do I need to add the new version to the App Store settings first?

答案1

得分: 0

对于每个上传到iTunes Connect的构建,您可以决定是否要与TestFlight上的测试人员共享它,和/或提交给应用商店审核。

当您与TestFlight共享构建时,苹果也会对这些构建进行审核,并且您也可以收到与之相关的警告。初始的TestFlight构建将受到更广泛的测试。

我需要首先将新版本添加到应用商店设置中吗?

我不清楚您正在谈论哪些应用商店设置,但在上传到iTunes Connect之前,您首先需要在XCode和苹果的开发门户中设置代码签名和配置文件,并确保在每次新上传时增加构建号,因为如果您尝试上传已经存在于iTunes Connect上的构建号,上传将会失败。

一旦上传到iTunes Connect,iTunes Connect将开始处理它,然后您可以将其共享给TestFlight进行测试,或提交给应用商店发布审核。

您可以在苹果的开发者网站上阅读更多关于TestFlight的信息。

英文:

For every build you upload to iTunes Connect you can decide whether you want to share it with testers on TestFlight and/or submit it for app store review.

When you share builds with TestFlight Apple will review these builds too and you can receive warnings to them too. The initial TestFlight build will be tested more extensively.

> Do I need to add the new version to the App Store settings first?

I don't know about which app store settings you are talking about, but all you have to do before uploading to iTunes connect is set the code signing and provisioning profiles first in XCode and Apple's development portal and make sure you increment the build number on every new upload because the upload will fail if you try to upload a build with a build number already present on iTunes Connect.

Once uploaded iTunes Connect will start processing it and then you can share it for testing with TestFlight or submit for app store release review.

You can read more info about TestFlight in Apple's dev site

答案2

得分: 0

1 - 测试飞行与实际应用无关

2 - 版本可以包含无限数量的构建,在提交到实际应用商店之前

3 - 每次上传新的构建,它都会出现在测试飞行中的版本号下。

所以,假设我正在使用版本1.0,每天我都会在相同的版本号下上传新的构建。

第一天:1.0(1)

第二天:1.0(2)

以此类推,上传最终构建后,我可以将其提交到实际应用商店,然后开始处理版本1.1。我会添加该版本并像以前一样提交构建,然后将我的1.1提交到商店,依此类推。

在应用商店上,用户只能看到已提交的版本,当前的实际版本不受任何测试飞行版本的影响。我可以在测试飞行中使用版本9,但在应用商店中使用版本3,甚至可以安排每月更新,直到达到版本9。

英文:

1 - Test Flight have nothing to do with Live apps

2 - Versions can contain unlimited number of builds before submitting one to the Live app store

3 - Every time you upload new build it goes under the version number in test flight.

So lets say I am on version 1.0, everyday I'am uploading new build under the same version number

day one : 1.0 (1)

day two: 1.0 (2)

And so on, after i upload the final build i can submit that to the live app store, next i will start working on version 1.1 I add that and submit builds to test flight as before, then i submit my 1.1 to the store, and so on .

On app store users will not see anything but the version submitted and current version live is not affected by any test flight version, i can be on version 9 on test flight but 3 on app store, and even schedule an update every month till i reach 9.

huangapple
  • 本文由 发表于 2020年1月6日 20:37:54
  • 转载请务必保留本文链接:https://go.coder-hub.com/59612272.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定