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
- Added `adid` property to the attribution callback response.
20
-
- Added `getIdfa` method to the `Adjust` instance to be able to obtain iOS advertising identifier (IDFA).
21
-
- Added `getGoogleAdId` method to the `Adjust` instance to be able to obtain Google Play Services advertising identifier.
22
-
- Added `getAdid` method to the `Adjust` instance to be able to get adid value at any time after obtaining it, not only when session/event callbacks have been triggered.
23
-
- Added `getAttribution` method to the `Adjust` instance to be able to get current attribution value at any time after obtaining it, not only when an attribution callback has been triggered.
24
-
- Added sending of **Amazon Fire Advertising Identifier** for Android platform.
25
-
- 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).
46
+
-**[iOS][AND]**Added `adid` property to the attribution callback response.
47
+
-**[iOS][AND]**Added `getAdid` method to the `Adjust` instance to be able to get adid value at any time after obtaining it, not only when session/event callbacks have been triggered.
48
+
-**[iOS][AND]**Added `getAttribution` method to the `Adjust` instance to be able to get current attribution value at any time after obtaining it, not only when an attribution callback has been triggered.
49
+
-**[iOS]**Added `getIdfa` method to the `Adjust` instance to be able to obtain iOS advertising identifier (IDFA).
50
+
-**[AND]**Added `getGoogleAdId` method to the `Adjust` instance to be able to obtain Google Play Services advertising identifier.
51
+
-**[AND]**Added sending of **Amazon Fire Advertising Identifier** for Android platform.
52
+
-**[AND]**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).
26
53
27
54
#### Fixed
28
-
- Now reading push token value from activity state file when sending package.
29
-
- Fixed memory leak by closing network session for iOS platform.
30
-
- Fixed `TARGET_OS_TV` pre-processor check for iOS platform.
55
+
-**[iOS][AND]**Now reading push token value from activity state file when sending package.
56
+
-**[iOS]**Fixed memory leak by closing network session for iOS platform.
57
+
-**[iOS]**Fixed `TARGET_OS_TV` pre-processor check for iOS platform.
31
58
32
59
#### Changed
33
-
- Firing attribution request as soon as install has been tracked, regardless of presence of attribution callback implementation in user's app.
34
-
- Saving iAd/AdSearch details to prevent sending duplicated `sdk_click` packages for iOS platform.
35
-
- Updated docs.
36
-
- Updated native iOS SDK to version **4.11.0**.
37
-
- Updated native Android SDK to version **4.11.0**.
38
-
- Native SDKs stability updates and improvements.
60
+
-**[iOS][AND]** Firing attribution request as soon as install has been tracked, regardless of presence of attribution callback implementation in user's app.
61
+
-**[iOS]** Saving iAd/AdSearch details to prevent sending duplicated `sdk_click` packages for iOS platform.
62
+
-**[iOS]** Updated native iOS SDK to version **4.11.0**.
63
+
-**[AND]** Updated native Android SDK to version **4.11.0**.
### <aid="sdk-frameworks"></a>Add the AdSupport and iAd framework
108
+
109
+
Select your project in the Project Navigator. In the left hand side of the main view, select your target. In the tab `Build Phases`, expand the group `Link Binary with Libraries`. On the bottom of that section click on the `+` button. Select the `AdSupport.framework` and click the `Add` button. Unless you are using tvOS, repeat the same steps to add the `iAd.framework`. Change the `Status` of both frameworks to `Optional`.
110
+
106
111
### <aid="sdk-integrate"></a>Integrate the SDK into your app
107
112
108
113
You should use the following import statement on top of your `.js` file
0 commit comments