Snowplow Android Tracker 6.0.2 released

This release fixes a problem with fetching the Android Advertising ID (IDFA) that delayed the createTracker call to take 10 seconds in case it was run on a background thread. The tracker now doesn’t retrieve any platform context properties during the createTracker call (they are fetched on background threads as events are processed), making it non-blocking to initialize the tracker.

Bug fixes

  • Fix createTracker call hanging for 10 seconds if run on a background thread (#620)

Snowplow Android Tracker version 6.0.2 is available on Maven Central .
The project’s source code can be found here .

2 Likes