Number of real-time events is over the real-time event count daily limit. Event is no longer real-time

Viewed 3683

Is there anything I need to worry about when I get these messages in my log?

enter image description here

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;
}

I get these messages when my app is in the background, when it is meant to send data/analytics.

I am on the free plan, and I am no-where near the limits of the Spark plan.

What do these messages mean? Are they something I need to take into consideration?

May it be that too much analytics data is on the device, therefore needs to be sent to the cloud?


If you have any questions, please ask!

0 Answers
Related