Skip to content

Deferred Deeplink Listener paused when app is showing permission prompts #637

@Fahadd1998

Description

@Fahadd1998

Hello, in our app we are prompting user for Location Permission / Notification Permission. Noticed that while the Location or Notification System Prompt is being shown, the OnDeferredDeeplinkResponseListener passed to AdjustConfig does not invoke launchReceivedDeeplink() method, even if the deeplink has been received from server. However, as soon as the user has finished interacting with the said system prompts, the launchReceivedDeeplink() method is invoked. I'm not sure what could be the reason, but my guess is it's because while the system prompts are showing, the screen is in pause state

I was able to solve this by calling enableSendingInBackground(), but wondering if that's the optimal solution? Thank you

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