|
| 1 | +### Version 4.30.0 (9th June 2022) |
| 2 | +#### Added |
| 3 | +- Added ability to mark your app as COPPA compliant. You can enable this setting by setting `coppaCompliantEnabled` member of `AdjustConfig` instance to `true`. |
| 4 | +- Added ability to mark your Android app as app for the kids in accordance to Google Play Families policies. You can enable this setting by setting `playStoreKidsAppEnabled` member of `AdjustConfig` instance to `true`. |
| 5 | +- Added `checkForNewAttStatus` method to `Adjust` API to allow iOS apps to instruct to SDK to check if `att_status` might have changed in the meantime. |
| 6 | +- Added support for Generic ad revenue tracking. |
| 7 | + |
| 8 | +#### Changed |
| 9 | +- Reverted `compileSdkVersion` from `32` to `31` (https://github.com/adjust/flutter_sdk/pull/77). |
| 10 | +- Changed responses which is being returned when iOS specific API is being called on Android platform (https://github.com/adjust/flutter_sdk/issues/79 and https://github.com/adjust/flutter_sdk/issues/80). |
| 11 | + |
| 12 | +#### Native SDKs |
| 13 | +- [[email protected]][ios_sdk_v4.30.0] |
| 14 | +- [[email protected]][android_sdk_v4.30.1] |
| 15 | + |
| 16 | +--- |
| 17 | + |
1 | 18 | ### Version 4.29.2 (18th February 2022) |
2 | 19 | #### Added |
3 | 20 | - Added support for `Unity` ad revenue tracking. |
|
256 | 273 | [ios_sdk_v4.29.2]: https://github.com/adjust/ios_sdk/tree/v4.29.2 |
257 | 274 | [ios_sdk_v4.29.6]: https://github.com/adjust/ios_sdk/tree/v4.29.6 |
258 | 275 | [ios_sdk_v4.29.7]: https://github.com/adjust/ios_sdk/tree/v4.29.7 |
| 276 | +[ios_sdk_v4.30.0]: https://github.com/adjust/ios_sdk/tree/v4.30.0 |
259 | 277 |
|
260 | 278 | [android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0 |
261 | 279 | [android_sdk_v4.18.0]: https://github.com/adjust/android_sdk/tree/v4.18.0 |
|
267 | 285 | [android_sdk_v4.27.0]: https://github.com/adjust/android_sdk/tree/v4.27.0 |
268 | 286 | [android_sdk_v4.28.1]: https://github.com/adjust/android_sdk/tree/v4.28.1 |
269 | 287 | [android_sdk_v4.28.5]: https://github.com/adjust/android_sdk/tree/v4.28.5 |
270 | | -[android_sdk_v4.29.1]: https://github.com/adjust/android_sdk/tree/v4.29.1 |
| 288 | +[android_sdk_v4.30.1]: https://github.com/adjust/android_sdk/tree/v4.30.1 |
0 commit comments