You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that is already the case since the start of the Swift version. All events/screenviews are tracked in this order:
Create an Event and stored it in a queue
When the Event dispatcher ist dispatching it will take X (currently 20) Events and send them to the Backend
If the Events were send properly, they will be removed from the queue and the next events are sent. If it failed to dispatch the events due to failed internet connection, the dispatcher will sleep and try later.
But: Currently the event queue is in memory only, so if the app is terminated all non dispatched events are lost. (#137)
Hi @brototyp
wondering if the events/screenviews occuring while the user is offline are then tracked when the user comes back online?
FYI: By default Piwik accepts "events in the past" for up to 24 hours in the past.
It would be great to support this 👍
(Refs #100)
The text was updated successfully, but these errors were encountered: