Plugin Version
6.17.2
App ID
No response
Email
No response
Platform(s)
android
What did you do?
Integration
// called this on app.js
setupDeepLinkListeners();
initAppflyerSDK();
Steps to Reproduce
- Integrate AppsFlyer with deep linking and set up appsFlyer.onDeepLink before initializing the SDK.
- Launch the app with a deep link → deep link data is received correctly
- Kill the app and open with a deep link → deep link data is received correctly.
- Keep the app in the background, then open with a deep link → onDeepLink is not triggered.
What did you expect to happen?
appsFlyer.onDeepLink should be triggered with deep link data even when the app is resumed from the background via a deep link.
What happened instead?
No callback is triggered when the app is resumed from the background via a deep link.
Any other relevant information
No response