简体   繁体   English

使用 Testflight sdk 获取 iOS 应用的生产数据

[英]Getting Production data for iOS apps with Testflight sdk

I have an iOS App with Testflight's sdk 1.1 enabled to get production data.我有一个启用了 Testflight sdk 1.1 的 iOS 应用程序来获取生产数据。 This worked well during beta testing and I submitted the same build (with sdk enabled) to Appstore and the build is approved and released.这在 beta 测试期间运行良好,我向 Appstore 提交了相同的构建(启用了 sdk),并且构建被批准并发布。 However, I dont see any data regarding the usage in testflight live.但是,我没有看到有关 testflight live 中使用情况的任何数据。 I have been looking around to find if there are any special setup needed for that without success.我一直在四处寻找是否需要任何特殊设置,但没有成功。

Note that I DONT have the same build version as in appstore in testflight anymore.请注意,我不再拥有与 testflight 中的 appstore 相同的构建版本。 But I figured that testflight live will still be able to show usage dat.但我认为 testflight live 仍然能够显示使用数据。

Anyone have experience with this?任何人都有这方面的经验? Can someone point me in the right direction有人能指出我正确的方向吗

After checking around, it looks like as of v1.1, you NEED to have the same build that is submitted to Appstore to be in testflight as well.检查后,它看起来像 v1.1,您需要具有提交到 Appstore 的相同构建,以便在 testflight 中。 The reason is that the event matching is done using the UUID of the build.原因是事件匹配是使用构建的 UUID 完成的。 Their support indicated that they are working on handling orphaned build events as well.他们的支持表明他们也在努力处理孤立的构建事件。

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

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