You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
### Version 4.33.5 (13th July 2023)
2
+
#### Changed
3
+
- Replaced the usage of `drand48()` with `arc4random_uniform` method.
4
+
5
+
---
6
+
1
7
### Version 4.33.4 (9th February 2023)
2
8
#### Changed
3
9
- Removed usage of `iAd.framework` logic. As of February 7th 2023 the iAd framework has stopped attributing downloads from Apple Ads campaigns.
@@ -122,7 +128,7 @@
122
128
#### Added
123
129
- Added `adjustConversionValueUpdated:` callback which can be used to get information when Adjust SDK updates conversion value for the user.
124
130
-[beta] Added data residency support for Turkey region. You can choose this setting by calling `setUrlStrategy:` method of `ADJConfig` instance with `ADJDataResidencyTR` parameter.
125
-
- Added `trackAdRevenue:` method to `Adjust` interface to allow tracking of ad revenue by passing `ADJAdRevenue` object as parameter.
131
+
- Added `trackAdRevenue:` method to `Adjust` interface to allow tracking of ad revenue by passing `ADJAdRevenue` object as parameter.
126
132
- Added support for `AppLovin MAX` ad revenue tracking.
127
133
128
134
#### Changed
@@ -600,7 +606,7 @@
600
606
- Accessing private properties directly when copying.
601
607
- Removed static framework build with no Bitcode support from releases page.
602
608
- Updated docs.
603
-
609
+
604
610
#### Fixed
605
611
- Allow foreground/background timer to work in offline mode.
606
612
- Use `synchronized` blocks to prevent write deadlock/contention.
@@ -644,7 +650,7 @@
644
650
---
645
651
646
652
### Version 4.8.0 (25th July 2016)
647
-
#### Added
653
+
#### Added
648
654
- Added tracking support for native web apps (no SDK version change).
649
655
650
656
### Changed
@@ -653,7 +659,7 @@
653
659
---
654
660
655
661
### Version 4.8.0 (18th July 2016)
656
-
#### Added
662
+
#### Added
657
663
- Added `sendAdWordsRequest` method on `Adjust` instance to support AdWords Search and Mobile Web tracking.
0 commit comments