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.
1 parent d5d4f07 commit cd79bcfCopy full SHA for cd79bcf
README.md
@@ -370,7 +370,7 @@ https://[hash].ulink.adjust.com/ulink/path/?key=foo&value=bar
370
We provide a helper function that allows you to convert a universal link to a deeplink url.
371
372
```objc
373
-NSURL * deeplink = [Adjust parseUniversalLink:[userActivity webpageURL] scheme:@"example"];
+NSURL * deeplink = [Adjust convertUniversalLink:[userActivity webpageURL] scheme:@"example"];
374
```
375
376
You can read more about implementing universal links in our
0 commit comments