Skip to content

Releases: adjust/unity_sdk

Version 5.0.5

24 Oct 12:16
6d0ef2a
Compare
Choose a tag to compare

Fixed

  • Tagged the version which is now having submodules pointing to public repositories allowing OpenUPM to properly clone this repository (#314).
  • Fixed issue introduced with Unity SDK v5.0.4 where the old name of native Android log level enum was being referenced (#316).
  • Fixed error being thrown because of Adjust editor script in cases where iOS Build Support Unity module was not installed (#317).

Native SDKs


Kudos

Big thank you to @IvanCerezo for testing contributions to this release.


Pull Request #313

Version 5.0.4

18 Oct 12:07
a629336
Compare
Choose a tag to compare

Changed

  • Updated minimal supported Unity version to 2018.2.
  • Improved support for properly linking Adjust SDK dependencies regardless of the EDM4U iOS Resolver settings. With this change, there is no longer need to uncheck the Link frameworks statically option from EDM4U iOS Resolver settings. This should address issues like #308 (comment).
  • Improved handling and disposal of AndroidJavaObject instances (#303).
  • Removed Example directory from .unitypackage. Example scene is now part of the repository only. This should address this issue: #311.
  • Removed the Assets menu item logic from AdjustEditor script which was generating SDK's .unitypackage.

Native SDKs


Kudos

Big thank you to @username-dorf for contributions to this release.


Pull Request #313

Version 5.0.3

17 Sep 15:03
fe136c2
Compare
Choose a tag to compare

Fixed

  • Fixed not functional URL strategy feature for Android platform.
  • Updated to native iOS SDK v5.0.1 which fixes Adjust.modulemap not found error in certain cases of importing of the native iOS SDK via CocoaPods.

Native SDKs


Pull Request #312

Version 5.0.2

27 Aug 13:43
9b5905f
Compare
Choose a tag to compare

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

19 Aug 18:56
a7528f3
Compare
Choose a tag to compare

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

12 Aug 16:12
b23b99a
Compare
Choose a tag to compare

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

09 Jul 09:22
Compare
Choose a tag to compare
Version 5.0.0-beta2 Pre-release
Pre-release

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

18 Jun 14:34
Compare
Choose a tag to compare
Version 5.0.0-beta1 Pre-release
Pre-release

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

30 Apr 19:22
61df94a
Compare
Choose a tag to compare

Added

  • Added sending of the additional iOS SDK observability parameters for debugging purposes.

Native SDKs


Pull Request #294

Version 4.38.0

08 Apr 09:23
0681fff
Compare
Choose a tag to compare

Added

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