Skip to content

Commit

Permalink
Merge pull request #280 from adjust/v4352
Browse files Browse the repository at this point in the history
Version 4.35.2
  • Loading branch information
uerceg authored Oct 9, 2023
2 parents d59f287 + 404c1c6 commit 7a6ddcc
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Assets/Adjust/Android/AdjustAndroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<AndroidJavaObject>("currentActivity");
Expand Down
Binary file modified Assets/Adjust/Android/Test/adjust-test-library.aar
Binary file not shown.
Binary file modified Assets/Adjust/Android/Test/adjust-test-options.aar
Binary file not shown.
Binary file modified Assets/Adjust/Android/adjust-android.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Adjust/Windows/AdjustWindows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Assets/Adjust/iOS/Adjust.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
Binary file modified Assets/Adjust/iOS/AdjustSdk.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Adjust/iOS/AdjustiOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Binary file modified Assets/AdjustOaid/Android/adjust-android-oaid.jar
Binary file not shown.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- [[email protected]][ios_sdk_v4.35.2]
- [[email protected]][android_sdk_v4.35.1]
- [[email protected]][windows_sdk_v4.17.0]
---

### Version 4.35.1 (2nd October 2023)
#### Fixed
- Fixed issue with signing iOS requests post ATT delay timer expiry.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.35.1
4.35.2
2 changes: 1 addition & 1 deletion doc/english/migration/migrate.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion ext/android/sdk
Submodule sdk updated 57 files
+2 −2 Adjust/build.gradle
+1 −0 Adjust/example-app-fbpixel/build.gradle
+1 −2 Adjust/example-app-fbpixel/src/main/AndroidManifest.xml
+1 −0 Adjust/example-app-java/build.gradle
+2 −1 Adjust/example-app-java/src/main/AndroidManifest.xml
+1 −0 Adjust/example-app-keyboard/build.gradle
+1 −1 Adjust/example-app-keyboard/src/main/AndroidManifest.xml
+1 −1 Adjust/example-app-kotlin/build.gradle
+1 −2 Adjust/example-app-kotlin/src/main/AndroidManifest.xml
+1 −0 Adjust/example-app-tv/build.gradle
+1 −2 Adjust/example-app-tv/src/main/AndroidManifest.xml
+1 −0 Adjust/example-app-webbridge/build.gradle
+1 −2 Adjust/example-app-webbridge/src/main/AndroidManifest.xml
+2 −1 Adjust/gradle.properties
+2 −2 Adjust/gradle/wrapper/gradle-wrapper.properties
+2 −0 Adjust/sdk-core/adjust-proguard-rules.txt
+45 −49 Adjust/sdk-core/build.gradle
+2 −0 Adjust/sdk-core/proguard-rules.pro
+1 −2 Adjust/sdk-core/src/main/AndroidManifest.xml
+1 −1 Adjust/sdk-core/src/main/java/com/adjust/sdk/ActivityPackage.java
+1 −1 Adjust/sdk-core/src/main/java/com/adjust/sdk/Adjust.java
+1 −1 Adjust/sdk-core/src/main/java/com/adjust/sdk/Constants.java
+0 −8 Adjust/sdk-core/src/main/java/com/adjust/sdk/network/ActivityPackageSender.java
+95 −46 Adjust/sdk-plugin-criteo/build.gradle
+1 −2 Adjust/sdk-plugin-criteo/src/main/AndroidManifest.xml
+95 −46 Adjust/sdk-plugin-imei/build.gradle
+1 −2 Adjust/sdk-plugin-imei/src/main/AndroidManifest.xml
+96 −46 Adjust/sdk-plugin-oaid/build.gradle
+1 −2 Adjust/sdk-plugin-oaid/src/main/AndroidManifest.xml
+95 −46 Adjust/sdk-plugin-samsung-referrer/build.gradle
+1 −2 Adjust/sdk-plugin-samsung-referrer/src/main/AndroidManifest.xml
+96 −47 Adjust/sdk-plugin-sociomantic/build.gradle
+1 −2 Adjust/sdk-plugin-sociomantic/src/main/AndroidManifest.xml
+94 −47 Adjust/sdk-plugin-trademob/build.gradle
+1 −2 Adjust/sdk-plugin-trademob/src/main/AndroidManifest.xml
+95 −45 Adjust/sdk-plugin-vivo-referrer/build.gradle
+1 −2 Adjust/sdk-plugin-vivo-referrer/src/main/AndroidManifest.xml
+42 −49 Adjust/sdk-plugin-webbridge/build.gradle
+1 −2 Adjust/sdk-plugin-webbridge/src/main/AndroidManifest.xml
+1 −1 Adjust/sdk-plugin-webbridge/src/main/assets/adjust.js
+95 −46 Adjust/sdk-plugin-xiaomi-referrer/build.gradle
+1 −2 Adjust/sdk-plugin-xiaomi-referrer/src/main/AndroidManifest.xml
+1 −0 Adjust/test-app-core/build.gradle
+1 −2 Adjust/test-app-core/src/main/AndroidManifest.xml
+1 −0 Adjust/test-app-webbridge/build.gradle
+1 −2 Adjust/test-app-webbridge/src/main/AndroidManifest.xml
+1 −1 Adjust/test-kotlin/build.gradle
+1 −2 Adjust/test-kotlin/src/main/AndroidManifest.xml
+3 −2 Adjust/test-library/build.gradle
+1 −2 Adjust/test-library/src/main/AndroidManifest.xml
+1 −0 Adjust/test-options/build.gradle
+1 −2 Adjust/test-options/src/main/AndroidManifest.xml
+1 −0 Adjust/test-unit/build.gradle
+1 −1 Adjust/test-unit/src/androidTest/java/com/adjust/sdk/TestActivityPackage.java
+1 −2 Adjust/test-unit/src/main/AndroidManifest.xml
+7 −0 CHANGELOG.md
+1 −1 VERSION

0 comments on commit 7a6ddcc

Please sign in to comment.