AppsFlyerFramework
AppsFlyerFramework copied to clipboard
`onAppOpenAttribution` triggered without call `handleOpen(url, options: options)` from cold-start state
Report
SDK Version
6.2.5 (build 76)
What did you do?
- Open App from a cold-start state with any deep-link
What did you expect to happen?
onAppOpenAttributioncallback should get triggered only once
What happened instead?
onAppOpenAttributioncallback got triggered twice.
Please provide any other relevant information.
- I removed
handleOpen(url, options: options)from AppDelegateapplication(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Boolfunction - Still got callback from
onAppOpenAttributionbut only in a cold-start state