Releases: amplitude/unity-plugin
Releases · amplitude/unity-plugin
v1.3.0
- Add a couple APIs.
uploadEvents
- Use this to flush events.useAdvertisingIdForDeviceId
- Use idfa (iOS) / adid (Android) as device Id.setDeviceId
- Set custom deviceId if you have your own strategy.
v1.2.0
- Updated Unity to 2019.3.11f, also changed post processing script for iOS.
- Include AmplitudeDependencies.xml as part of the package.
v1.1.0
- 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
- Add Coppa control APIs (
enableCoppaControl
,disableCoppaControl
) inAmplitude
. - Add
AmplitudePostProcessor.cs
inEditor
directory to automatically addsqlite
dependencies and set the proper flags while building iOS App. Kudo to @EtienneMarbotic for submitting a PR. - Now
library
field will be shown asamplitude-unity/x.x.x
instead of showing information of the native library.