AppsFlyerSDK / appsflyer-flutter-plugin

Flutter Plugin for AppsFlyer SDK
MIT License
142 stars 111 forks source link

Can I set deep_link_value with generateInviteLink method? #317

Closed whtjtjddn closed 2 months ago

whtjtjddn commented 2 months ago

I want to send dynamic value with onelink

AppsFlyerInviteLinkParams(
                    baseDeepLink: baseDeepLink,
                    customParams: {
                      "deep_link_value": params["link"],});

but I cannot set deepLinkValue with AppsFlyerInviteLinkParams (because of deferred deep linking) Is it can just on Webpage with edit link?

danReynolds commented 3 weeks ago

What was the solution here?