Skip to content

Commit

Permalink
Resolve deep links fix
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-propel committed Aug 9, 2024
1 parent 248d9bb commit 7128ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Plugin/AppsFlyerPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

}

Expand Down

0 comments on commit 7128ea2

Please sign in to comment.