You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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