首页 > 解决方案 > 将应用程序移至其他帐户后如何启用实时分析?

问题描述

我将我的 iOS 应用程序从一个 Fabric 帐户移到了另一个 Fabric 帐户。

一切正常,除了实时分析。Fabric 一直在说“等待事件”

我启用了调试

[[Fabric sharedSDK] setDebug: YES]; [织物与:@[CrashlyticsKit]];

如果我查看我看到的日志。

[Fabric] settings downloaded successfully
[Fabric] Settings are available for consumption
[Fabric] Starting onboarding with app update
Answers] Answers enabled with settings: {
"flush_interval_secs" = 10;
"flush_on_background" = 1;
"forward_to_google_analytics" = 0;
"include_purchase_events_in_forwarded_events" = 0;
"max_byte_size_per_file" = 8000;
"max_file_count_per_send" = 1;
"max_pending_send_file_count" = 100;
"sampling_rate" = 1;
"track_custom_events" = 1;
"track_predefined_events" = 1;
"track_view_controllers" = 0;
url = "https://e.crashlytics.com/spi/v2/events";
}
[Answers] Logging events to /var/mobile/Containers/Data/Application/96A9

所以一切看起来都不错,但面料一直在说“等待事件”,背景是动画。

如果我只是将我的 bundle id 更改为其他内容,请将该应用程序提交给 fabric。一切正常。甚至是实时分析。

任何人都知道为什么它不适用于我原来的 Bundle Id 吗?

标签: iosgoogle-fabric

解决方案


推荐阅读