|
1 | | -### Version 4.12.0 (Xth November 2017) |
| 1 | +### Version 4.12.0 (12th December 2017) |
2 | 2 | #### Added |
3 | | -- Get amazon/fire ad id |
4 | | -- Allow to read mobile equipment identity for non-google play store apps |
5 | | -- Use of secret in authorization header |
6 | | -- Sending referrer without previously being decoded |
7 | | -- Send mcc, mnc, network and connectivity type |
| 3 | +- Added `Adjust.getAmazonAdId()` method to obtain value of Amazon Advertising Identifier. |
| 4 | +- Added possibility to read Mobile Equipment Identity for non Google Play store apps. |
| 5 | +- Added usage of app secret in authorization header. |
| 6 | +- Added sending of `raw_referrer` parameter in `sdk_click` package. |
| 7 | +- Added reading of MCC. |
| 8 | +- Added reading of MNC. |
| 9 | +- Added reading of network type. |
| 10 | +- Added reading of connectivity type. |
| 11 | +- Added log messages for saved actions to be done when the SDK starts. |
8 | 12 |
|
9 | 13 | #### Changed |
10 | | -- Don't send `sdk_click` and `sdk_info` packages when disabled |
11 | | -- Setting enable/disable or offline/online is now queued |
12 | | -- Guarantee that first package is send even with buffering |
13 | | -- Disable before starting the sdk does not create and send first session package |
14 | | -- Reload reading device ids for every package, not just at beginning |
15 | | -- Save referrer in local storage and send it only after first session |
16 | | -- Save push token in local storage and send it only after first session |
17 | | -- Log message for saved actions to be done when the sdk starts |
| 14 | +- Not sending `sdk_click` and `sdk_info` packages when SDK is disabled. |
| 15 | +- Setting enable/disable or offline/online is now queued. |
| 16 | +- Guaranteeing that first package is sent even with event buffering turned ON. |
| 17 | +- Not creating first session package if SDK is disabled before first launch. |
| 18 | +- Saving referrer in local storage and send it only after first session. |
| 19 | +- Saving push token in local storage and send it only after first session. |
18 | 20 |
|
19 | 21 | --- |
| 22 | + |
20 | 23 | ### Version 4.11.4 (5th May 2017) |
21 | 24 | #### Added |
22 | 25 | - Added check if `sdk_click` package response contains attribution information. |
|
0 commit comments