简体   繁体   English

TestFlight不接受我的FlightPath版本IPA。 担心的原因?

[英]TestFlight does not accept my release-IPA for FlightPath. Reason for concern?

So I did what many suggested and kept TestFlight SDK in the release build to be prepared when FlightPath finally launches. 因此,我做了很多建议,将TestFlight SDK保留在发行版中,以便在FlightPath最终启动时进行准备。

However: After following TestFlight's instructions for the predecessor called "TestFlight Live", TestFlight refuses to accept my App Store IPA (continue reading) and gives this message: 但是:以下TestFlight的后指示名为“TestFlight活”的前身,TestFlight拒绝接受我的App Store IPA(继续阅读),并给出了这样的消息:

Invalid IPA: The keychain-access-group in the embedded.mobileprovision and your binary don't match. IPA无效:embedded.mobileprovision中的钥匙串访问组与您的二进制文件不匹配。

I did what they said: 我照他们说的做了:

1) Made a release build and submitted to the App Store, with TestFlight SDK and checkpoint calls included, but -setDeviceIdentifier: call removed. 1)进行了发行版本构建并提交到App Store,其中包括TestFlight SDK和检查点调用,但-setDeviceIdentifier:调用已删除。

2) From Xcode Organizer window: Selected the submitted archive, clicked "Distribute" to re-structure it as a TestFlight-compatible binary, signed for AdHoc distribution over TestFlight. 2)在Xcode Organizer窗口中:选择提交的存档,单击“分发”以将其重新构造为与TestFlight兼容的二进制文件,并签名以通过TestFlight进行AdHoc分发。

Apparently this binary is garbage for TestFlight which lefts me wondering: How am I supposed to ever get to the analytics data once FlightPath arrives? 显然,此二进制文件对TestFlight来说是垃圾,这让我感到奇怪:一旦FlightPath到达,我应该如何获取分析数据? Am I better off rejecting my submission and stripping out all the useless TestFlight SDK code or can this be fixed? 我最好拒绝提交并删除所有无用的TestFlight SDK代码,还是可以解决此问题?

You don't have to upload the app store build of your app for it to work with flight path. 您无需上传应用程序的应用商店构建,即可与航班路线配合使用。 As long as you have uploaded or created an app that has the same bundle id and app token the app will appear in flightpath without you having to upload. 只要您上传或创建的应用程序具有相同的捆绑软件ID和应用程序令牌,该应用程序便会出现在Flightpath中,而无需您上传。

Make sure you have the correct app token that matches your bundle id! 确保您具有与您的捆绑销售商ID相匹配的正确应用令牌!

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

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