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
Is your feature request related to a problem? Please describe.
We use methods like generateSignInWithEmailLink to authenticate and then directly redirect to the app via Dynamic Links. However, since the Dynamic Links service is scheduled to be discontinued in August, we are attempting to replace it with AppsFlyer's OneLink.
Describe the solution you'd like
I would like to be able to set AppsFlyer's OneLink domain as the dynamicLinkDomain.
Describe alternatives you've considered
I considered creating that mechanism myself without using the generateEmailVerificationLink method, but if possible, I would like to continue using generateEmailVerificationLink as it is.
Additional context
This code get error "Error: The provided dynamic link domain is not configured or authorized for the current project."
I have already done this(onelink.me is appsflyer onelink)
@Xiaoshouzi-gh I am looking forward to it
Please let me know a current alternative method using OneLink that is equivalent to generateEmailVerificationLink
Is your feature request related to a problem? Please describe.
We use methods like generateSignInWithEmailLink to authenticate and then directly redirect to the app via Dynamic Links. However, since the Dynamic Links service is scheduled to be discontinued in August, we are attempting to replace it with AppsFlyer's OneLink.
Describe the solution you'd like
I would like to be able to set AppsFlyer's OneLink domain as the dynamicLinkDomain.
Describe alternatives you've considered
I considered creating that mechanism myself without using the generateEmailVerificationLink method, but if possible, I would like to continue using generateEmailVerificationLink as it is.
Additional context
This code get error "Error: The provided dynamic link domain is not configured or authorized for the current project."
I have already done this(onelink.me is appsflyer onelink)
The text was updated successfully, but these errors were encountered: