-
Notifications
You must be signed in to change notification settings - Fork 204
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
Generate Invite link is locating go.onelink.me #536
Comments
👋 Hi @ViswaDB and Thank you for reaching out to us.
|
Just commenting here as I had the same issue and contacted support for assistance. Not sure if this will fix the issue for everyone, but it did for me. You need to add the line for setting the template ID before you initialise the SDK. The documentation isn't too clear on this currently, but that was the solution provided by support for me and it worked. Once the template ID is set, and then you initialise the SDK, you can then call the |
@ViswaDB Please try what @Shiggins95 suggested and let us know if it helped |
I tried it, but I obtain links to go.onelink.me |
Yes after setAppInviteOneLinkID in app js, it's returning correct link in generateInviteLink. Thanks. |
@ViswaDB my link is generated with the correct domain name, but it is not navigating to play store or opening the installed app but my oneLink with the same domain doing both. what could be the reason |
Report
Plugin Version
6.12.2
On what Platform are you having the issue?
android
ios works fine
What did you do?
I tried to generate a deep link. Here's the code
appsFlyer.setAppInviteOneLinkID('8kih');
What did you expect to happen?
I am expecting the link to be in this format. https://myappname.onelink.me
What happened instead?
But i got https://go.onelink.me.
The text was updated successfully, but these errors were encountered: