We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c5d573 + c6c6731 commit be07a9bCopy full SHA for be07a9b
README.md
@@ -493,6 +493,16 @@ ADJEvent *event = [ADJEvent eventWithEventToken:@"abc123"];
493
You can read more about special partners and these integrations in our
494
[guide to special partners.][special-partners]
495
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
506
[adjust.com]: http://adjust.com
507
[cocoapods]: http://cocoapods.org
508
[carthage]: https://github.com/Carthage/Carthage
0 commit comments