实时事件的数量超过实时事件计数每日限制.事件不再是实时的

Geo*_*e_E 5 google-analytics ios firebase swift firebase-analytics

当我在日志中收到这些消息时,有什么需要担心的吗?

在此输入图像描述

2018-09-02 21:27:09.723503+0100 Songvote[1775:490365] 4.12.0 - [Firebase/Analytics][I-ACS023104] Number of real-time events is over the real-time event count daily limit. Event is no longer real-time. Event name, parameters: _vs, {
    "_c" = 1;
    "_o" = auto;
    "_pc" = CodeViewController;
    "_pi" = 1971604679964194266;
    "_sc" = UserViewController;
    "_si" = 1971604679964194267;
}

2018-09-02 21:27:09.723620+0100 Songvote[1775:490365] 4.12.0 - [Firebase/Analytics][I-ACS023104] Number of real-time events is over the real-time event count daily limit. Event is no longer real-time. Event name, parameters: _vs, {
    "_c" = 1;
    "_o" = auto;
    "_pc" = UserViewController;
    "_pi" = 1971604679964194267;
    "_sc" = ViewController;
    "_si" = 1971604679964194260;
}

2018-09-02 21:27:09.724009+0100 Songvote[1775:490365] 4.12.0 - [Firebase/Analytics][I-ACS023104] Number of real-time events is over the real-time event count daily limit. Event is no longer real-time. Event name, parameters: _vs, {
    "_c" = 1;
    "_o" = auto;
    "_pc" = ViewController;
    "_pi" = 1971604679964194260;
    "_sc" = CodeViewController;
    "_si" = 1971604679964194268;
}
Run Code Online (Sandbox Code Playgroud)

当我的应用程序处于后台时,我会在发送数据/分析时收到这些消息.

我在自由计划中,我不在Spark计划的极限附近.

这些消息意味着什么?它们是我需要考虑的事情吗?

可能是设备上有太多的分析数据,因此需要发送到云端?


如果您有任何问题,请询问!