AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
163 stars 90 forks source link

didResolveDeepLink called only once for app until restart app again #255

Closed swamiSaritaZee closed 9 months ago

swamiSaritaZee commented 9 months ago

AppsFlyerLib.shared().deeplinkDelegate not working properly. func didResolveDeepLink(_ result: DeepLinkResult) This method called once for app. If app opened with deeplink url didResolveDeepLink get called and redirected to page but again if tap o same deep link didResolveDeepLink is not working. If you kill the app and again launch app behaviour will be same as explained above.

swamiSaritaZee commented 9 months ago

Its happening in debug build for release its working fine.