|
| 1 | +## 18.04 |
| 2 | +- Added consent management for GDPR compliance |
| 3 | +- Exposed device ID to be used for data export and/or removal requests |
| 4 | +- Added precautions for SDK start state to prevent re-starting and early method calls |
| 5 | +- Added mutability protection for core functions, configuration properties, events and user details |
| 6 | +- Added `COUNTLY_EXCLUDE_IDFA` pre-processor flag to exclude IDFA references |
| 7 | +- Added API availability checks and warnings for Apple Watch and Push Notifications |
| 8 | +- Renamed `reportView:` method as `recordView:` |
| 9 | +- Fixed early ending of `UIBackgroundTask` |
| 10 | +- Fixed getting file path form local storage URL (thanks @dsmo) |
| 11 | +- Fixed not respecting `doNotShowAlertForNotifications` flag on iOS10+ devices |
| 12 | +- Fixed not starting requests queue when `manualSessionHandling` is enabled |
| 13 | +- Fixed `block implicitly retains self` warning in Star Rating |
| 14 | +- Fixed local variable shadowing warnings |
| 15 | +- Fixed Japanese language code for Star Rating dialog |
| 16 | + |
| 17 | +- Other various improvements |
| 18 | + - Refactored all location info into Location Manager |
| 19 | + - Refactored `checkForAutoAsk` in Star Rating |
| 20 | + - Refactored event recording for consents compatibility |
| 21 | + - Refactored Apple Watch matching |
| 22 | + - Refactored auto view tracking |
| 23 | + - Added top view controller finding method |
| 24 | + - Replaced asserts with exceptions |
| 25 | + - Deleted unneccessary method declarations in Push Notifications |
| 26 | + - Deleted unnecessary reference for `WCSession.defaultSession.delegate` |
| 27 | + - Deleted unnecessary `TARGET_OS_OSX` definition |
| 28 | + - Standardized `nil` checks |
| 29 | + - Renamed and reordered some query string constants |
| 30 | + - Updated HeaderDocs, inline notes, pragma marks |
| 31 | + - Performed whitespace cleaning |
| 32 | + |
| 33 | + |
| 34 | + |
1 | 35 | ## 18.01
|
2 | 36 |
|
3 | 37 | - Added `attribution` config
|
|
0 commit comments