From 7128ea22de29e82c609c8a886778fdf2819f3b09 Mon Sep 17 00:00:00 2001 From: Katie Stinebruner Date: Fri, 9 Aug 2024 17:36:38 -0400 Subject: [PATCH] Resolve deep links fix --- ios/Plugin/AppsFlyerPlugin.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Plugin/AppsFlyerPlugin.swift b/ios/Plugin/AppsFlyerPlugin.swift index e0988a0..a218b57 100644 --- a/ios/Plugin/AppsFlyerPlugin.swift +++ b/ios/Plugin/AppsFlyerPlugin.swift @@ -188,7 +188,7 @@ public class AppsFlyerPlugin: CAPPlugin { for url in arr { urls.append(url as! String) } - AppsFlyerLib.shared().oneLinkCustomDomains = urls + AppsFlyerLib.shared().resolveDeepLinkURLs = urls }