Skip to content

Add option to disable offline tracking

Compare
Choose a tag to compare
@wellle wellle released this 13 Jan 12:31
· 2733 commits to master since this release

Offline tracking can be disabled by adding this line to your AndroidManifest.xml.

<meta-data android:name="AdjustIoDropOfflineActivities" android:value="true" />

This is generally advised against. Only do this if you know what you're doing.

Migration Guide.