Deep links don't work when having multiple push providers
See original GitHub issueWe 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:
- Created 3 years ago
- Comments:12 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.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.