Skip to content

Commit

Permalink
docs: update readme & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Oct 9, 2023
1 parent b159eee commit 73c1e37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 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]
---

### Version 4.35.1 (2nd October 2023)
#### Fixed
- Fixed issue with signing iOS requests post ATT delay timer expiry.
Expand Down Expand Up @@ -360,6 +369,7 @@
[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_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0
[android_sdk_v4.18.0]: https://github.com/adjust/android_sdk/tree/v4.18.0
Expand All @@ -377,4 +387,5 @@
[android_sdk_v4.33.2]: https://github.com/adjust/android_sdk/tree/v4.33.2
[android_sdk_v4.33.3]: https://github.com/adjust/android_sdk/tree/v4.33.3
[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.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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ As of v4.22.0, the Adjust SDK supports install tracking on Huawei devices with H

Make sure that following iOS frameworks are linked with your iOS app:

* `AdServices.framework` - in case you are running iAd campaigns
* `AdServices.framework` - in case you are running Apple Search Ads campaigns
* `AdSupport.framework` - for reading iOS Advertising Id (IDFA)
* `StoreKit.framework` - for communication with SKAdNetwork framework
* `AppTrackingTransparency.framework` - to ask for user's consent to be tracked and obtain status of that consent
Expand Down

0 comments on commit 73c1e37

Please sign in to comment.