我还需要在我的 iOS 应用程序中包含 testflightlib 吗?

Do I still need to include testflightlib in my iOS app?

现在苹果有moved TestFlight to iTunes Connect do I still need to include testflightlib and call [TestFlight takeOff] on start with my app token? The new instructions这个不用提了

其他问题:我还应该继续使用 Crashlytics 还是它现在是多余的?

你不需要再做这样的事情了

您唯一需要的步骤是上传到 iTunes Connect :)

您不需要包含您的 testflight 库,也不需要调用 takeOff。

实际上,apple is already warning people 从项目中删除框架。

关于 crashlytics,是的,你应该保留它以防崩溃,因为 Apple 仍然不提供测试飞行的嵌入式崩溃报告。

有关 TestFlight 的更多信息read this excellent article.