Releases: adjust/unity_sdk
Version 5.0.2
Added
- Enabled obtaining of the last opened deep link (
Adjust.GetLastDeeplink
) on Android platform.
Fixed
- Fixed method for getting Google Play Advertising ID (#305).
- Fixed ambiguous overloads errors occurring when invoking some of the asynchronous getter methods on Android platform (#288).
Native SDKs
Kudos
Big thank you to @mrerenimo and @TeorikDeli for contributions to this release.
Pull Request #307
Version 5.0.1
Fixed
- Fixed handling of deferred deep links on iOS platform.
Changed
- Added attribution and deferred deep link callbacks to example app.
Native SDKs
Pull Request #304
Version 5.0.0
We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.
To try out SDK v5 in your app, you can follow our new v4 to v5 migration guide.
If you are a current Adjust client and have questions about SDK v5, please email [email protected].
In case you were using beta version of the SDK v5, please switch to the official v5 release.
Version 5.0.0-beta2
Added
- Added ability to verify App Store / Play Store purchases and track the revenue events automatically.
To try out this beta in your app, you can follow our new v4 to v5 migration guide.
If you are a current Adjust client and have questions about SDK v5, please email [email protected].
Version 5.0.0-beta1
We’re excited to release the first beta of our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.
To try out this beta in your app, you can follow our new v4 to v5 migration guide.
If you are a current Adjust client and have questions about SDK v5, please email [email protected].
Version 4.38.1
Added
- Added sending of the additional iOS SDK observability parameters for debugging purposes.
Native SDKs
Pull Request #294
Version 4.38.0
Added
- Added new domains and corresponding payload restrictions for the Adjust SDK to direct the iOS traffic to:
- https://consent.adjust.com - for consented users
- https://analytics.adjust.com - for non-consented users
Note: For the time being, Adjust SDK does not bundle Privacy Manifest by default. Until the support for that is added, make sure to add content of the Adjust Privacy Manifest to your app Privacy Manifest file.
Native SDKs
Pull Request #291
Version 4.37.2
Fixed
- Fixed occasional invalid signature cases in Android when SDK package payload would be altered right before sending.
Changed
- Added tracking of
third_party_sharing
andmeasurement_consent
packages if invoked before SDK initialization in subsequent SDK initializations.
Native SDKs
Pull Request #289
Version 4.37.1
Added
- Added support for
TradPlus
ad revenue tracking.
Changed
- Changed the semantics of the
AdjustAppStorePurchase
'sreceipt
property to represent UnityIAP base64 encoded receipt string to avoid the need for the base64 decoding by the clients.
Native SDKs
Pull Request #287
Version 4.37.0
Added
- Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking
processDeeplink
method of theAdjust
instance. - Added ability to inject iOS in-app purchase receipt directly as base64 encoded string when you are performing purchase event verification. You can achieve this by passing the base64 encoded string receipt via
setReceiptBase64
method of theAdjustEvent
instance.
Native SDKs
Pull Request #285