Skip to content

Commit db00e26

Browse files
authored
Merge branch 'master' into jenskene-patch-1
2 parents 30034f1 + 1592f4b commit db00e26

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/mobile/ios

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/ios/ios-faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To install manually:
2323
![](images/embeddedbinaries.png)
2424

2525

26-
Once you install the framework, import the header file and install as described in [Install the SDK](https://segment.com/docs/connections/sources/catalog/libraries/mobile/ios/#install-the-sdk).
26+
Once you install the framework, import the header file and install as described in [Install the SDK](https://segment.com/docs/connections/sources/catalog/libraries/mobile/ios#install-the-sdk).
2727

2828
If you choose not to use a dependency manager, you must manually keep files up-to-date with regularly scheduled, manual updates.
2929

@@ -243,7 +243,7 @@ Analytics.shared().track("Clicked Button", properties: nil, options: ["context":
243243
244244
## How can I get the user’s IDFA?
245245
246-
Some destinations, especially mobile attribution tools (e.g. Kochava), require the IDFA (identifier for advertisers). The IDFA appears in Segment calls in the debugger as `context.device.advertisingId`. To capture this value with Analytics-iOS, follow the steps in [Ad-tracking and IDFA](/docs/connections/sources/catalog/libraries/mobile/ios/#ad-tracking-and-idfa). Remember that Apple now requires that the user consent to your tracking before you can collect the IDFA.
246+
Some destinations, especially mobile attribution tools (e.g. Kochava), require the IDFA (identifier for advertisers). The IDFA appears in Segment calls in the debugger as `context.device.advertisingId`. To capture this value with Analytics-iOS, follow the steps in [Ad-tracking and IDFA](/docs/connections/sources/catalog/libraries/mobile/ios#ad-tracking-and-idfa). Remember that Apple now requires that the user consent to your tracking before you can collect the IDFA.
247247
248248
249249

0 commit comments

Comments
 (0)