I\'m currently implementing Google Analytics into my app. The documentation says nothing about how tracking is handled when the user has no internet connection. Does the dat
It's not explicitly stated in the SDK documentation, as far as I can tell, but it implies that it stores the hits and waits until the user is online again to send them.
From the Android SDK Documentation:
Known Issues
- Possible inaccurate timestamps: timestamps are recorded at the time the application dispatches to Google Analytics, so if a user experiences long periods of offline use, the timestamps may not be 100% accurate.