Skip to content

Releases: amplitude/unity-plugin

v1.3.0

08 May 05:13
Compare
Choose a tag to compare
  • Add a couple APIs.
  1. uploadEvents - Use this to flush events.
  2. useAdvertisingIdForDeviceId - Use idfa (iOS) / adid (Android) as device Id.
  3. setDeviceId - Set custom deviceId if you have your own strategy.

v1.2.0

05 May 19:47
Compare
Choose a tag to compare
  • Updated Unity to 2019.3.11f, also changed post processing script for iOS.
  • Include AmplitudeDependencies.xml as part of the package.

v1.1.0

05 Apr 18:27
Compare
Choose a tag to compare
  • Updated Android SDK version to 2.25.1, this version won't add location permissions automatically to your manifest. You can choose whether your App will require location permissions or not.

v1.0.0

18 Mar 21:42
53f7109
Compare
Choose a tag to compare
  • Add Coppa control APIs (enableCoppaControl, disableCoppaControl) in Amplitude.
  • Add AmplitudePostProcessor.cs in Editor directory to automatically add sqlite dependencies and set the proper flags while building iOS App. Kudo to @EtienneMarbotic for submitting a PR.
  • Now library field will be shown as amplitude-unity/x.x.x instead of showing information of the native library.