Skip to content

Commit 5af6024

Browse files
authored
Merge pull request #1622 from segmentio/DOC-181_adjust_clarification
added note on implementing apple frameworks
2 parents cfe6833 + afaf7e7 commit 5af6024

File tree

1 file changed

+5
-2
lines changed
  • src/connections/destinations/catalog/adjust

1 file changed

+5
-2
lines changed

src/connections/destinations/catalog/adjust/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ If you notice any gaps, out-dated information or simply want to leave some feedb
1919

2020
### iOS
2121

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`:
2326

2427
```ruby
2528
pod "Segment-Adjust"
@@ -82,7 +85,7 @@ To use the latest Adjust SDK to collect IDFAs you must do the following:
8285

8386
### Android
8487

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:
8689

8790
```java
8891
compile 'com.segment.analytics.android.integrations:adjust:+'

0 commit comments

Comments
 (0)