github mixpanel/mixpanel-android v5.8.3

latest releases: v6.1.0, v6.0.0, v6.0.0-beta2...
4 years ago

Fixes

  • Remove unused intent filter from activity
  • Fix routing activity bug that made a push action to be repeated when the app was open again

Features

  • Add option to disable automatic flushing when the app goes into the background. Add the following to you <application> tag on your AndroidManifest.xml if you don't want the SDK to automatically flush its queues when the app goes into the background:
<meta-data android:name="com.mixpanel.android.MPConfig.FlushOnBackground"
               android:value="false" /

Don't miss a new mixpanel-android release

NewReleases is sending notifications on new releases.