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

LinkGenerator is not creating one link correctly. #21

Open
assanesuzy opened this issue Sep 14, 2021 · 1 comment
Open

LinkGenerator is not creating one link correctly. #21

assanesuzy opened this issue Sep 14, 2021 · 1 comment
Assignees

Comments

@assanesuzy
Copy link

Trying to create a link with the correct configuration (tested on Xamarin.iOS and it was working as intended) is returning a long url instead of a OneLink custom link.

@sokoloff06 sokoloff06 self-assigned this Sep 22, 2021
@sokoloff06
Copy link
Contributor

sokoloff06 commented Sep 30, 2021

Hi @assanesuzy!

The long link is returned in the case when we couldn't successfully interact with OneLink API. The most common issues are:

  • lack of network connection
  • wrong or missing OneLink ID, set in the following API:
    AppsFlyerLib.Instance.SetAppInviteOneLink("###Onelink_ID###");
  • OneLink ID should be set before calling AppsFlyerLib.Instance.Start

Please let me know if any of this helped in solving the issue.

Thanks!

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