question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deep links don't work when having multiple push providers

See original GitHub issue

We have an app that has it’s own push notification provider. Therefore we use Mixpanel’s provided methods MixpanelFCMMessagingService.showPushNotification and MixpanelFCMMessagingService.addToken to handle Mixpanel push notifications. However whenever we want to send a push form mixpanel with a deep link, it just doesn’t work. The notification opens the app normally. We have the mp_cta property in the notifications payload. I tried to debug your sdk and I found out that when the message arrives, the payload has values for both mp_cta and mp_ontap. Having a value for mp_ontap the code ignores mp_cta resulting with a normal app open.

We’re using the latest version - 5.8.5

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
jbwymecommented, Oct 5, 2020

The issue has been fixed in our UI. You may need to re-create your messages to ensure mp_ontap is erroneously saved in old messages.

0reactions
zihejiacommented, Mar 5, 2021

Mixpanel is deprecating Messaging and Mobile A/B testing features(more details), please contact our support if you need to continue the conversation for any critical issues. Sorry for the inconvenience.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mobile Deep Linking Part 2: Using a Hosted Deep ... - Medium
The hosted deep link providers all give you a web-based dashboard you use to compose new deep links and view traffic reports. You...
Read more >
How to fix issues with deeplinks in push notifications? | Batch
Here are some suggestions if your deeplink is not working properly.
Read more >
Troubleshoot Deep Links FAQs - Branch Help
Troubleshoot Deep Links FAQs · Error during link creation - URL doesn't pass security tests · Why can't access_token and auth_token be used...
Read more >
Everything a developer needs to know about deep linking
The reality is attribution and deep linking go hand in hand – you don't need two vendors to do the same thing. World-class...
Read more >
Create a deep link for a destination - Android Developers
In Android, a deep link is a link that takes you directly to a specific destination within an app. The Navigation component lets...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found