Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将测试飞行 SDK 添加到我的项目中。当我在测试飞行上上传构建并使用测试飞行缩短链接下载该构建时,即使我的构建是新的,我也会得到测试飞行更新窗口。我想禁用它试飞屏幕出现在我的应用程序中。如果有人知道这一点,请帮助我。提前致谢。
我遇到了向 Tesflight 报告的相同问题。这显然是一个已知的错误。
一种解决方法是使用以下行在应用程序更新中完全关闭:
[TestFlight setOptions:@{@"disableInAppUpdates":@YES}];
到目前为止,它仅适用于 SDK 的 1.1 版本。
我发现如果我不增加我的 ios 应用程序目标版本号,我总是会得到错误的更新窗口。