Skip to content

onDeepLink not triggered when app is resumed from background (RN 0.79.3 + react-native-appsflyer 6.17.2) #647

@amitkumarcoding

Description

@amitkumarcoding

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions