This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 195
Android: Notifications with deeplinks doesn't open targetted view #263
Comments
We had to add some extra handling to get this working on Android due to there being multiple push providers (FCM and Mixpanel). If you check the logs the push notification may be coming through but getting muted/ignored. Check out the following resources. mixpanel/mixpanel-android#586 Our custom push handler looks like this:
AndroidManifest includes:
|
that worked thanks |
Hi, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
Am trying to receive push notifications that contains deeplinks from Android device
push notifications are well received but the issue is when clicking on the notification it does nothing
I contacted mixpanel support and they guided me to a native library while am using react-native
https://github.com/mixpanel/mixpanel-android
is there any other solution?
The text was updated successfully, but these errors were encountered: