You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(..)?
The text was updated successfully, but these errors were encountered:
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.
Hi.
We setup a new branded link with Adjust domain
xxx.go.link
.In the app we use method from SDK for converting URL
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 methodAdjust.convertUniversalLink(..)
?The text was updated successfully, but these errors were encountered: