Skip to content

Commit 4941bdb

Browse files
authored
Update CHANGELOG.md
1 parent 2b4b229 commit 4941bdb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
### Version 4.11.0 (xxth January 2017)
2+
#### Added
3+
- Added `adid` property to the attribution callback response.
4+
- Added `Adjust.getAdid()` method to be able to get adid value at any time after obtaining it, not only when session/event callbacks have been triggered.
5+
- Added `Adjust.getAttribution()` method to be able to get current attribution value at any time after obtaining it, not only when attribution callback has been triggered.
6+
- Added sending of **Amazon Fire Advertising Identifier** for Android platform.
7+
- Added possibility to set default tracker for the app by adding `adjust_config.properties` file to the `assets` folder of your Android app. Mostly meant to be used by the `Adjust Store & Pre-install Tracker Tool` (https://github.com/adjust/android_sdk/blob/master/doc/english/pre_install_tracker_tool.md).
8+
9+
#### Fixed
10+
- Now reading push token value from activity state file when sending package.
11+
- Fixed memory leak by closing network session for iOS platform.
12+
- Fixed `TARGET_OS_TV` pre processer check for iOS platform.
13+
- Fixed `UNITY_EDITOR_OSX` symbol usage in `AdjustEditor.cs` for Windows platform (https://github.com/adjust/unity_sdk/issues/95).
14+
15+
#### Changed
16+
- Firing attribution request as soon as install has been tracked, regardless of presence of attribution callback implementation in user's app.
17+
- Saving iAd/AdSearch details to prevent sending duplicated `sdk_click` packages for iOS platform.
18+
- Updated docs.
19+
- Updated native iOS SDK to version **4.11.0**.
20+
- Updated native iOS SDK to version **4.11.0**.
21+
- Native SDKs stability updates and improvements.
22+
23+
---
24+
125
### Version 4.10.3 (7th December 2016)
226
#### Added
327
- Added method swizzling for iOS platform so that only implemented callbacks in Unity are getting implemented and called in the iOS.

0 commit comments

Comments
 (0)