AppsFlyerFramework icon indicating copy to clipboard operation
AppsFlyerFramework copied to clipboard

`onAppOpenAttribution` triggered without call `handleOpen(url, options: options)` from cold-start state

Open nil-biribiri opened this issue 4 years ago • 0 comments

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?

  • onAppOpenAttribution callback should get triggered only once

What happened instead?

  • onAppOpenAttribution callback got triggered twice.

Please provide any other relevant information.

  • I removed handleOpen(url, options: options) from AppDelegate application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool function
  • Still got callback from onAppOpenAttribution but only in a cold-start state

nil-biribiri avatar Apr 20 '21 07:04 nil-biribiri