Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mParticle attribution listener #254

Open
JeremiahStephenson opened this issue Oct 12, 2022 · 1 comment
Open

mParticle attribution listener #254

JeremiahStephenson opened this issue Oct 12, 2022 · 1 comment

Comments

@JeremiahStephenson
Copy link

I work in a project that is integrated with AppsFlyer and so we set an attribution listener through mParticle for deep links. This works great when the app is not in the foreground but the onResult method of the attribution listener is not called when the app is in the foreground. This can be tested when the app is in split screen mode with another app that has the deep link. When the user taps on the deep link nothing happens in the app I'm working on.
We do set the intent in onNewIntent for the activity but onResult is not called in that scenario. I have noticed that if I also place AppsFlyerLib.getInstance().performOnDeepLinking(intent, context) in onNewIntent that it does resolve the issue but there are concerns that this is not what we should be doing and could have negative side effects.
My question then is should the attribution listener work when the app is open and if not then what is the appropriate way to deal with this issue?

@vinnyA3
Copy link

vinnyA3 commented Oct 9, 2023

Bumping this ^^ .. While we do not have the same issue, I would like to clarify if onResume is meant to be called when the app is open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants