xcode 从 Testflight 中的测试中删除旧版本
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/40839112/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Remove old builds from testing in Testflight
提问by tzaloga
Recently I have noticed, that Apple's TestFlight app provides possibility to install older builds of application (application is during internal testing).
最近我注意到,Apple 的 TestFlight 应用程序提供了安装旧版本应用程序的可能性(应用程序正在内部测试期间)。
It is actually a nice feature, but is there any chance to remove some build that I don't want anybody to install anymore?
这实际上是一个不错的功能,但是有没有机会删除一些我不想让任何人再安装的构建?
My case: I found some bug in app, that causes problems on a server-side - app simply overrides data. Problem in app is already solved in build X, but TestFlight still allow user to install build X-1.
我的情况:我在应用程序中发现了一些错误,这会导致服务器端出现问题 - 应用程序只是覆盖数据。应用程序中的问题已经在 build X 中解决,但 TestFlight 仍然允许用户安装 build X-1。
I've tried:
我试过了:
- found this option
- stop & start testing
- change app version (from 0.1 to 0.2) but builds of version 0.1 are still available - probably until expiration date (60 days from upload)
- 找到这个选项
- 停止和开始测试
- 更改应用程序版本(从 0.1 到 0.2)但版本 0.1 的版本仍然可用 - 可能直到到期日期(上传后 60 天)
回答by Bill
Under TestFlight builds (ios), If you have multiple builds, select the bad one. Next expire the build, currently on the righthand side of the screen.
在 TestFlight builds (ios) 下,如果您有多个构建,请选择错误的构建。接下来使构建过期,当前位于屏幕的右侧。