简体   繁体   English

Fabric事件是否已记录在试飞版本中

[英]Are Fabric events logged in test flight builds

I have not seen any fabric events come through for builds of my app distributed via TestFlight. 我没有看到通过TestFlight分发的应用程序构建遇到任何架构事件。 When downloaded through the app store (for the same build), those events do come through. 通过应用商店下载(对于同一内部版本)时,这些事件确实会发生。

Is this because fabric detects whether the app was downloaded from the app store on device (and sends or not accordingly), or is it filtered server side. 这是因为结构检测到应用程序是从设备上的应用程序商店下载的(并相应地发送或不发送),还是过滤了服务器端。

I ask the question because I would like to understand what impact some new event tracking code will have on my app before I release it. 我问这个问题是因为我想了解一些新的事件跟踪代码在发布前会对我的应用产生什么影响。

Mike from Fabric here. 来自Fabric的Mike。 We don't use any logic to prevent data from being collected depending on the distribution method. 我们不会使用任何逻辑来阻止根据分发方法收集数据。 I've seen this situation happen, most often, if a developer adds conditional logic to only enable Fabric in certain build types. 我发现这种情况通常会发生,如果开发人员添加条件逻辑以仅在某些构建类型中启用Fabric。 For testing new events, trying things out locally is the best approach. 对于测试新事件,最好在本地尝试。

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

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