diff --git a/Assets/Adjust/Android/AdjustAndroid.cs b/Assets/Adjust/Android/AdjustAndroid.cs index fc925f9e..29ed3960 100644 --- a/Assets/Adjust/Android/AdjustAndroid.cs +++ b/Assets/Adjust/Android/AdjustAndroid.cs @@ -8,7 +8,7 @@ namespace com.adjust.sdk #if UNITY_ANDROID public class AdjustAndroid { - private const string sdkPrefix = "unity4.35.1"; + private const string sdkPrefix = "unity4.35.2"; private static bool launchDeferredDeeplink = true; private static AndroidJavaClass ajcAdjust = new AndroidJavaClass("com.adjust.sdk.Adjust"); private static AndroidJavaObject ajoCurrentActivity = new AndroidJavaClass("com.unity3d.player.UnityPlayer").GetStatic("currentActivity"); diff --git a/Assets/Adjust/Android/Test/adjust-test-library.aar b/Assets/Adjust/Android/Test/adjust-test-library.aar index 7be7d77a..c4b08c6e 100644 Binary files a/Assets/Adjust/Android/Test/adjust-test-library.aar and b/Assets/Adjust/Android/Test/adjust-test-library.aar differ diff --git a/Assets/Adjust/Android/Test/adjust-test-options.aar b/Assets/Adjust/Android/Test/adjust-test-options.aar index 32ab2c98..016da288 100644 Binary files a/Assets/Adjust/Android/Test/adjust-test-options.aar and b/Assets/Adjust/Android/Test/adjust-test-options.aar differ diff --git a/Assets/Adjust/Android/adjust-android.jar b/Assets/Adjust/Android/adjust-android.jar index da3e35d1..191fb33e 100644 Binary files a/Assets/Adjust/Android/adjust-android.jar and b/Assets/Adjust/Android/adjust-android.jar differ diff --git a/Assets/Adjust/Windows/AdjustWindows.cs b/Assets/Adjust/Windows/AdjustWindows.cs index 6b5f66e2..a7bc8cb4 100644 --- a/Assets/Adjust/Windows/AdjustWindows.cs +++ b/Assets/Adjust/Windows/AdjustWindows.cs @@ -17,7 +17,7 @@ namespace com.adjust.sdk { public class AdjustWindows { - private const string sdkPrefix = "unity4.35.1"; + private const string sdkPrefix = "unity4.35.2"; private static bool appLaunched = false; public static void Start(AdjustConfig adjustConfig) diff --git a/Assets/Adjust/iOS/Adjust.h b/Assets/Adjust/iOS/Adjust.h index 416f54f1..0bf95e59 100644 --- a/Assets/Adjust/iOS/Adjust.h +++ b/Assets/Adjust/iOS/Adjust.h @@ -2,7 +2,7 @@ // Adjust.h // Adjust SDK // -// V4.35.1 +// V4.35.2 // Created by Christian Wellenbrock (@wellle) on 23rd July 2013. // Copyright (c) 2012-2021 Adjust GmbH. All rights reserved. // diff --git a/Assets/Adjust/iOS/AdjustSdk.a b/Assets/Adjust/iOS/AdjustSdk.a index dd7871b7..57a0c76d 100644 Binary files a/Assets/Adjust/iOS/AdjustSdk.a and b/Assets/Adjust/iOS/AdjustSdk.a differ diff --git a/Assets/Adjust/iOS/AdjustiOS.cs b/Assets/Adjust/iOS/AdjustiOS.cs index 6cce0926..5b12593c 100644 --- a/Assets/Adjust/iOS/AdjustiOS.cs +++ b/Assets/Adjust/iOS/AdjustiOS.cs @@ -8,7 +8,7 @@ namespace com.adjust.sdk #if UNITY_IOS public class AdjustiOS { - private const string sdkPrefix = "unity4.35.1"; + private const string sdkPrefix = "unity4.35.2"; [DllImport("__Internal")] private static extern void _AdjustLaunchApp( diff --git a/Assets/AdjustOaid/Android/adjust-android-oaid.jar b/Assets/AdjustOaid/Android/adjust-android-oaid.jar index 9b6b9edb..0c0e3cbc 100644 Binary files a/Assets/AdjustOaid/Android/adjust-android-oaid.jar and b/Assets/AdjustOaid/Android/adjust-android-oaid.jar differ diff --git a/CHANGELOG.md b/CHANGELOG.md index f68dc45d..26b3ee65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### Version 4.35.2 (9th October 2023) +#### Added +- Added sending of `event_callback_id` parameter (if set) with the event payload. + +#### Native SDKs +- [iOS@v4.35.2][ios_sdk_v4.35.2] +- [Android@v4.35.1][android_sdk_v4.35.1] +- [Windows@v4.17.0][windows_sdk_v4.17.0] +--- + ### Version 4.35.1 (2nd October 2023) #### Fixed - Fixed issue with signing iOS requests post ATT delay timer expiry. @@ -1159,6 +1169,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e [ios_sdk_v4.34.2]: https://github.com/adjust/ios_sdk/tree/v4.34.2 [ios_sdk_v4.35.0]: https://github.com/adjust/ios_sdk/tree/v4.35.0 [ios_sdk_v4.35.1]: https://github.com/adjust/ios_sdk/tree/v4.35.1 +[ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2 [android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0 [android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 @@ -1205,6 +1216,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e [android_sdk_v4.33.5]: https://github.com/adjust/android_sdk/tree/v4.33.5 [android_sdk_v4.34.0]: https://github.com/adjust/android_sdk/tree/v4.34.0 [android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0 +[android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1 [windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0 [windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0 diff --git a/README.md b/README.md index bb515f36..be9d52ce 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,6 @@ Log output messages describing the post build process are written to the Unity I When it comes to iOS post-build process, you have the ability to control which native iOS frameworks you would like to see linked with your app. Each one of these frameworks offers certain functionality which Adjust SDK will take the advantage of, in case corresponding framework is linked with your app. Here is the list of frameworks you can select and short explanation why would you want to have them linked: -- `iAd.framework`: needed for Apple Search Ads tracking (deprecated API) - `AdServices.framework`: needed for Apple Search Ads tracking (new API, available as of iOS 14.3) - `AdSupport.framework`: needed for reading IDFA - `AppTrackingTransparency.framework`: needed to ask for user's consent to be tracked and obtain status of that consent diff --git a/VERSION b/VERSION index d5663ffb..d40334f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.35.1 +4.35.2 diff --git a/doc/english/migration/migrate.md b/doc/english/migration/migrate.md index bb8ea9bc..d9f20187 100644 --- a/doc/english/migration/migrate.md +++ b/doc/english/migration/migrate.md @@ -1,4 +1,4 @@ -## Migrate your Adjust SDK for Unity3d to 4.35.1 from 3.4.4 +## Migrate your Adjust SDK for Unity3d to 4.35.2 from 3.4.4 ### Migration procedure diff --git a/ext/android/sdk b/ext/android/sdk index edfe3277..88f938f4 160000 --- a/ext/android/sdk +++ b/ext/android/sdk @@ -1 +1 @@ -Subproject commit edfe32775dcfdfc218b7d851bae24aec809c9ae1 +Subproject commit 88f938f4c53800a1397ee413d2ac1be51ac6d680 diff --git a/ext/ios/sdk b/ext/ios/sdk index 9abd4000..20c26660 160000 --- a/ext/ios/sdk +++ b/ext/ios/sdk @@ -1 +1 @@ -Subproject commit 9abd400038894aa41b82d157751d6875d0405da3 +Subproject commit 20c2666082c372f9f2c0adf871d8cef195d011f7