Skip to content

Commit

Permalink
Merge pull request #180 from adjust/v4351
Browse files Browse the repository at this point in the history
Version 4.35.1
uerceg authored Oct 10, 2023
2 parents fbb675f + 8b16809 commit f4aaad7
Showing 16 changed files with 48 additions and 54 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### Version 4.35.1 (10th 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]
---

### Version 4.35.0 (5th October 2023)
#### Added
- Added support for SKAdNetwork 4.0.
@@ -620,6 +629,8 @@
[ios_sdk_v4.29.6]: https://github.com/adjust/ios_sdk/tree/v4.29.6
[ios_sdk_v4.30.0]: https://github.com/adjust/ios_sdk/tree/v4.30.0
[ios_sdk_v4.32.0]: https://github.com/adjust/ios_sdk/tree/v4.32.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
@@ -650,3 +661,5 @@
[android_sdk_v4.28.5]: https://github.com/adjust/android_sdk/tree/v4.28.5
[android_sdk_v4.30.1]: https://github.com/adjust/android_sdk/tree/v4.30.1
[android_sdk_v4.32.0]: https://github.com/adjust/android_sdk/tree/v4.32.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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -279,7 +279,6 @@ As of **v4.21.1**, the Adjust SDK supports install tracking on Huawei devices wi
Adjust SDK plugin adds these iOS frameworks to your generated Xcode project:

- `AdSupport.framework` - This framework is needed so that SDK can access to IDFA value and (prior to iOS 14) LAT information.
- `iAd.framework` - This framework is needed so that SDK can automatically handle attribution for ASA campaigns you might be running.
- `AdServices.framework` - For devices running iOS 14.3 or higher, this framework allows the SDK to automatically handle attribution for ASA campaigns. It is required when leveraging the Apple Ads Attribution API.
- `StoreKit.framework` - This framework is needed for access to `SKAdNetwork` framework and for Adjust SDK to handle communication with it automatically in iOS 14 or later.
- `AppTrackingTransparency.framework` - This framework is needed in iOS 14 and later for SDK to be able to wrap user's tracking consent dialog and access to value of the user's consent to be tracked or not.
@@ -288,7 +287,6 @@ Settings for this can also be found in `plugin.xml` file of the Adjust SDK plugi

```xml
<framework src="AdSupport.framework" weak="true" />
<framework src="iAd.framework" weak="true" />
<framework src="StoreKit.framework" weak="true" />
<framework src="AdServices.framework" weak="true" />
<framework src="AppTrackingTransparency.framework" weak="true" />
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.35.0
4.35.1
2 changes: 1 addition & 1 deletion doc/migrate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Migrate your Adjust SDK for Cordova to 4.35.0 from 3.4.1
## Migrate your Adjust SDK for Cordova to 4.35.1 from 3.4.1

### Migration procedure

51 changes: 17 additions & 34 deletions example-cordova/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.35.0",
"version": "4.35.1",
"name": "com.adjust.sdk",
"cordova_name": "Adjust SDK Cordova Plugin",
"description": "Cordova plugin for the Adjust SDK",
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.adjust.sdk"
version="4.35.0">
version="4.35.1">

<name>Adjust</name>
<description>Adjust plugin for Cordova</description>
@@ -72,7 +72,7 @@
<source-file src="src/android/AdjustCordova.java" target-dir="src/com/adjust/sdk" />
<source-file src="src/android/AdjustCordovaUtils.java" target-dir="src/com/adjust/sdk" />

<framework src="com.adjust.sdk:adjust-android:4.35.0"/>
<framework src="com.adjust.sdk:adjust-android:4.35.1"/>
<framework src="com.google.android.gms:play-services-ads-identifier:18.0.1" />
<framework src="com.android.installreferrer:installreferrer:2.2" />
</platform>
@@ -96,7 +96,7 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods>
<pod name="Adjust" spec="4.35.1" />
<pod name="Adjust" spec="4.35.2" />
</pods>
</podspec>

8 changes: 4 additions & 4 deletions test/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.adjust.examples",
"version": "4.35.0",
"version": "4.35.1",
"displayName": "AdjustTestApp",
"cordova": {
"platforms": [
"android",
"ios"
"ios",
"android"
],
"plugins": {
"cordova-plugin-console": {},
2 changes: 1 addition & 1 deletion test/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.35.0",
"version": "4.35.1",
"name": "com.adjust.test",
"cordova_name": "Adjust Cordova Test Plugin",
"description": "Cordova Plugin For Adjust SDK Testing",
2 changes: 1 addition & 1 deletion test/plugin/plugin.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.adjust.test"
version="4.35.0">
version="4.35.1">

<name>Adjust Test</name>
<description>Adjust Plugin For Cordova SDK Testing</description>
Binary file modified test/plugin/src/android/adjust-test-library.jar
Binary file not shown.
Binary file modified test/plugin/src/android/adjust-test-options.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion www/adjust.js
Original file line number Diff line number Diff line change
@@ -171,7 +171,7 @@ var Adjust = {
},

getSdkPrefix: function () {
return 'cordova4.35.0';
return 'cordova4.35.1';
},

addSessionCallbackParameter: function(key, value) {

0 comments on commit f4aaad7

Please sign in to comment.