Software Archive
Read-only legacy content
17061 Discussions

Google Analytics w/o Internet Connection

Michael_K_9
Beginner
288 Views

Hi

I am developing an ios app that will have limited internet connectivity but I still need to track the users activity using Google Analytics.  Is local storage the only option to store the users activity then check for a connection and send the data to GA?  Is there a plugin out there already I have missed?

Thanks

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
288 Views

I recommend searching StackOverflow for something like "using Google Analytics in Cordova PhoneGap app" for help with this issue. There are other plugins available for storing data locally, which might work better than local storage. Search the web for "Cordova local storage plugins" to find some articles describing some of your options.

0 Kudos
Michael_K_9
Beginner
288 Views

Thanks Paul.  After some more research, the latest version of cordova google-analytics-plugin works offline as well - https://github.com/danwilson/google-analytics-plugin/issues/426

0 Kudos
Reply