:penguin: android mixpanel pushnotification suport added #1523
+2
−1
|
@yaswanthsvist thanks for the PR |
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mixpanel pushnotification support.
Android app build with phonegap-plugin-push is not optimized to receive the default, web-app generated Mixpanel pushes.

For the notification to appear on Android devices, currently one needs to include a custom payload in Mixpanels "Custom Data":
{
"title":"Title",
"body":"Content"
}
This is an error prone step for any non-technical using Mixpanel to send notifications.
Related Issue
Motivation and Context
To Receive notifications from mixpanel with out the need for using the json format like above, i need to modify two files in the plugin.
How Has This Been Tested?
Tested Android app by pushing notifications from mixpanel with out using custom JSON format.
Types of changes
Checklist: