Skip to content

Release 4.5.3

Compare
Choose a tag to compare
@joeatwork joeatwork released this 13 Jan 22:07
· 1175 commits to master since this release

This release changes the default settings of the library not to send automatic $app_open events on library instantiation. You can enable $app_open events by adding the following to your AndroidManifest.xml file

  <meta-data android:name="com.mixpanel.android.MPConfig.DisableAppOpenEvent"
       android:value="false" />