Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method Adjust.convertUniversalLink(...) doesn't convert links with domain go.link #664

Open
SergeMaslyakov opened this issue May 10, 2023 · 1 comment

Comments

@SergeMaslyakov
Copy link

Hi.

We setup a new branded link with Adjust domain xxx.go.link.

In the app we use method from SDK for converting URL

let convertedURL = Adjust.convertUniversalLink(url, scheme: scheme)

As I see this method uses some regexps inside and rejects links with go.link domain.
The question is: How to properly work with go.link domain? Should we use method Adjust.convertUniversalLink(..)?

@uerceg
Copy link
Contributor

uerceg commented Dec 14, 2023

Hey @SergeMaslyakov,

Sorry for delay in replying and thank you for bringing this up. This is actually in current state of things just a limitation of convertUniversalLink method where we haven't added support for converting .go.link type of universal links.

We'll add this in one of the upcoming SDK updates. We'll keep you posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants