react-native-adjust
Advanced tools
Comparing version 4.35.0 to 4.35.1
@@ -0,1 +1,10 @@ | ||
### 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 (6th October 2023) | ||
@@ -582,2 +591,3 @@ #### Added | ||
[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 | ||
@@ -616,1 +626,2 @@ [android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4 | ||
[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 |
@@ -135,3 +135,3 @@ 'use strict'; | ||
Adjust.getSdkVersion = function(callback) { | ||
module_adjust.getSdkVersion("react-native4.35.0", callback); | ||
module_adjust.getSdkVersion("react-native4.35.1", callback); | ||
}; | ||
@@ -266,3 +266,3 @@ | ||
var AdjustConfig = function(appToken, environment) { | ||
this.sdkPrefix = "react-native4.35.0"; | ||
this.sdkPrefix = "react-native4.35.1"; | ||
this.appToken = appToken; | ||
@@ -269,0 +269,0 @@ this.environment = environment; |
{ | ||
"name": "react-native-adjust", | ||
"description": "Adjust React Native SDK", | ||
"version": "4.35.0", | ||
"version": "4.35.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": "Adjust", |
@@ -266,3 +266,2 @@ ## Summary | ||
* `iAd.framework` - to support Apple Search Ads campaigns | ||
* `AdServices.framework` - to support Apple Search Ads campaigns | ||
@@ -269,0 +268,0 @@ * `AdSupport.framework` - to read iOS Advertising Id (IDFA) value |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1187422
861
1202