Skip to content

Commit

Permalink
Updated link resolution redirect notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Ainsworth authored and uerceg committed May 12, 2021
1 parent 4dae3d4 commit 6c5b0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ The `resolveLinkWithUrl` method takes the following parameters:

If the link received does not belong to any of the domains specified in the `resolveUrlSuffixArray`, the callback will forward the deep link URL as is. If the link does contain one of the domains specified, the SDK will attempt to resolve the link and return the resulting deep link to the `callback` parameter. The returned deep link can also be reattributed in the Adjust SDK using the `[Adjust appWillOpenUrl:]` method.

> **Note**: The SDK will automatically follow up to ten redirects when attempting to resolve the URL. It will return the latest URL it has followed as the `callback` URL, meaning that if there are more than ten redirects to follow the **third redirect URL** will be returned.
> **Note**: The SDK will automatically follow up to ten redirects when attempting to resolve the URL. It will return the latest URL it has followed as the `callback` URL, meaning that if there are more than ten redirects to follow the **tenth redirect URL** will be returned.
**Example**

Expand Down

0 comments on commit 6c5b0e6

Please sign in to comment.