26

Flurry Analytics tracks analytics for mobile devices, similar to Google Analytics. However, we cannot find technical information regarding this question: Does Flurry tracks analytics when users are offline, then posts them when users come back online?

Jason Shah
  • 2,595
  • 3
  • 23
  • 25

2 Answers2

25

Yes. Flurry will track data from offline sessions, save it to persistent storage on the phone and forward it on to the server during the next session with network access.

Dave L.
  • 43,907
  • 11
  • 63
  • 62
  • wondering if anyone has tested this to figure out of if there is a limit to the size of queued events when the phone is offline? – Punit Raizada Apr 05 '12 at 23:28
  • 2
    Yes, there is a limit. I think it varies by platform, but something like 200KB. – Dave L. Apr 06 '12 at 18:29
  • @DaveL. it means we have to save the sending data inside our preferences or DB for sending the data when internet comes. can flury save the data in send it in session goes online – Kamar Shad Sep 25 '12 at 05:28
  • 5
    @Karmarshad No, the Flurry SDK will handle that for you. – Dave L. Sep 25 '12 at 21:19
  • 1
    @DaveL. yes you are right , i mailed to flury support.they said flury will handle this by default. – Kamar Shad Sep 26 '12 at 09:50
  • Does this also work with javascript API? (for for example cordova / phonegap applications) – Glogo Sep 11 '14 at 08:41
0

The answer is YES, for which you should refer to the direct FAQ link by flurry HERE

Anuj
  • 2,065
  • 22
  • 23