Skip to content

Commit 5719238

Browse files
authored
Merge pull request #4338 from segmentio/joeynmq-patch-2
Adding note for automatically track deep links
2 parents 2202c2f + 4c51623 commit 5719238

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

src/connections/sources/catalog/libraries/mobile/ios/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ configuration.trackDeepLinks = YES;
221221
{% endcodeexampletab %}
222222
{% endcodeexample %}
223223
224+
> note ""
225+
> **Note:** You still need to call the `continueUserActivity` and `openURL` methods on the analytics client.
226+
224227
### Flushing
225228
226229
You can set the number of events that should queue before flushing. Setting this to `1` will send events as they come in (i.e. not send batched events) and will use more battery. `20` by default.

0 commit comments

Comments
 (0)