Skip to content

Commit be07a9b

Browse files
committed
Merge pull request #172 from adjust/adid_readme
Add device Id's to README
2 parents 4c5d573 + c6c6731 commit be07a9b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,16 @@ ADJEvent *event = [ADJEvent eventWithEventToken:@"abc123"];
493493
You can read more about special partners and these integrations in our
494494
[guide to special partners.][special-partners]
495495
496+
### 13. Device IDS
497+
498+
Certain services (such as Google Analytics) require you to coordinate Device and Client IDs in order to prevent duplicate reporting.
499+
500+
To obtain the device identifier IDFA, call the function `idfa`:
501+
502+
```objc
503+
NSString * idfa = [Adjust idfa];
504+
```
505+
496506
[adjust.com]: http://adjust.com
497507
[cocoapods]: http://cocoapods.org
498508
[carthage]: https://github.com/Carthage/Carthage

0 commit comments

Comments
 (0)