Skip to content

Commit f32be43

Browse files
authored
Adding note for automatically track deep links
1 parent c3f65cb commit f32be43

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ configuration.trackDeepLinks = YES;
221221
{% endcodeexampletab %}
222222
{% endcodeexample %}
223223
224+
Please note that you'll still need to call the `continueUserActivity` and `openURL` methods on the analytics client.
225+
224226
### Flushing
225227
226228
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)