Releases: amplitude/unity-plugin
Releases · amplitude/unity-plugin
v2.3.0
v2.2.2
v2.2.1
v2.2.0
- Add User property functions prepend/preInsert/postInsert/remove.
v2.1.0
Add setEventUploadSeconds API
This version also contains instructions for setting up IDFA and GPS tracking with permission handling. See these Amplitude instructions.
v2.0.0
- PLEASE READ BEFORE UPDATING!
- Upgrade native iOS SDK to v7.2.2.
- Major change to be aware is that Amplitude no longer helps to fetch idfa automatically.
- We will provide a customer driven approach to fetch idfa in our next version.
- NOTE: If you need idfa at this moment, please continue to use v1.6.0. If you don't need idfa, you can upgrade to this version.
v1.6.0
- Add
setMinTimeBetweenSessionsMillis
API.
v1.5.0
- Add
setOffline
API, if offline is true, then the SDK will not upload events to Amplitude servers.
v1.4.0
- Add
setServerUrl
API, you can use it to customize the destination the events go.
v1.3.1
- Fix APIs (
uploadEvents
,useAdvertisingIdForDeviceId
,setDeviceId
) missing for Android.