analytics-android icon indicating copy to clipboard operation
analytics-android copied to clipboard

Fire device do not get analytics ids

Open lbland opened this issue 6 years ago • 0 comments

Fire devices do not contain the google mobiles services libraries https://github.com/segmentio/analytics-android/blob/master/analytics/src/main/java/com/segment/analytics/AnalyticsContext.java#L155

This line requires the google mobile services library in order to try and determine the analytics id

this check is not needed as it will succeed because of the code later tries to get either id: https://github.com/segmentio/analytics-android/blob/master/analytics/src/main/java/com/segment/analytics/GetAdvertisingIdTask.java#L92

lbland avatar Aug 26 '19 23:08 lbland