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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/adjust/index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,10 @@ If you notice any gaps, out-dated information or simply want to leave some feedb
19
19
20
20
### iOS
21
21
22
-
If you are using iOS, simply add this line to your [CocoaPods](http://cocoapods.org)`Podfile`:
22
+
> info ""
23
+
> **Note**: The Adjust SDK requires these [frameworks from Apple](https://github.com/adjust/ios_sdk#add-ios-frameworks) to enable advanced features like attribution. For best results, add these frameworks to your application.
24
+
25
+
If you are using iOS, add this line to your [CocoaPods](http://cocoapods.org)`Podfile`:
23
26
24
27
```ruby
25
28
pod "Segment-Adjust"
@@ -82,7 +85,7 @@ To use the latest Adjust SDK to collect IDFAs you must do the following:
82
85
83
86
### Android
84
87
85
-
If you are using Android, simply add this line to your gradle file:
88
+
If you are using Android, add this line to your gradle file:
0 commit comments