简体   繁体   English

在 TestFlight 上使用过期的构建

[英]Use expired build on TestFlight

Due to the recent changes in the user interface I had no idea how to add a new tester to a existing build.由于最近用户界面的变化,我不知道如何将新的测试人员添加到现有的构建中。 I accidently clicked on 'Expire Build' thinking it to be similar to the previous 'Stop Testing' functionality.我不小心点击了“Expire Build”,认为它类似于之前的“Stop Testing”功能。 However that build got expired and now it does not appear in the TestFlight section.但是,该版本已过期,现在它不会出现在 TestFlight 部分中。 It does show up in the 'Activity'.它确实出现在“活动”中。 I want to know if there is a way to use that same build again without having to reupload the build?我想知道是否有办法再次使用相同的构建而无需重新上传构建? Thanks in advance.提前致谢。

There is one way you can use a build that is expired. 有一种方法可以使用已过期的构建。 Here are the steps: 以下是步骤:

  1. Open Xcode > Window > Organizer. 打开Xcode> Window> Organizer。
  2. Find the build you want to use from the archives list. 从存档列表中找到要使用的构建。
  3. Right click the build and select show in finder. 右键单击构建并在finder中选择show。 Right click the file and select show package contents. 右键单击该文件,然后选择显示包内容。 double tap on info.plist and expand ApplicationProperties. 双击info.plist并展开ApplicationProperties。 Update CFBundle version to a greater build number. 将CFBundle版本更新为更大的内部版本号。
  4. Go to Products >Application > and right click on the file, then show package contents. 转到产品>应用程序>,然后右键单击该文件,然后显示包装内容。
  5. Double tap on the info.plist find Bundle version and update the the value to a greater version (same as step 3). 双击info.plist查找Bundle版本并将值更新为更高版本(与步骤3相同)。
  6. Go back to Organizer and upload the build, it will upload and process with the new build number. 返回管理器并上传构建,它将上传并使用新的构建号进行处理。

You just can't. 你不能。 Expired builds can't be used again in TestFlight. 过期的版本不能在TestFlight中再次使用。 They do show up in the Activity section because it's the "history" of your builds, App Store versions and reviews. 它们确实显示在“活动”部分中,因为它是您的构建,App Store版本和评论的“历史记录”。

You definitely will need to re-upload but it can be done very quick and easily您肯定需要重新上传,但可以非常快速轻松地完成

This worked for me:这对我有用:

  1. Go to Organizer (Xcode > Window > Organizer) Go 到 Organizer (Xcode > Window > Organizer)
  2. Select the build that expired and you want to re-upload Select 版本已过期,您想重新上传
  3. Click "Distribute app" the app build will increase automatically leaving the version as it was单击“分发应用程序”,应用程序构建将自动增加,使版本保持原样

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

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