-
Notifications
You must be signed in to change notification settings - Fork 205
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
Notification not coming in notification Area #180
Comments
How does your code look on the client side? Are you using the regular Android SDK? This problem is likely because your client-side code does not support the |
its phonegap sdk |
There have been issues with PhoneGap not supporting the This is a PhoneGap Push plugin issue so I am closing it. |
You are right, Thanks for clarifying |
@purnendu9 Thanks for clarifying, I'm sure it will help other people in the future! |
Hi,
I am trying to send messages. The messages are getting sent to the app. However the messages are not appearing in the notification area on top drawer.
The message object that gets sent is as below
{"collapseKey":"Updates Avaliable","priority":"high",
"contentAvailable":true,
"delayWhileIdle":true,
"restrictedPackageName":"XXXXXXXXXX",
"data":{
"key1":"message1","key2":"message2","eventName":"ar","message":"Test Is this coming","route":"XX"
},
"notification":{"title":"Hello from XX","icon":"mrkr1.png","body":"There is a New Appointment from My Best Guest"}
}
When it reaches the client i see this object received is as below
{"title":"Hello from XXX","message":"Test Is this coming","additionalData":{"e":"1","icon":"mrkr1.png","key1":"message1","key2":"message2","eventName":"ar","route":"XX","collapse_key":"XXXX","foreground":true}}
Researched at lot of places as to how to get the event appear in notification Area as well. Documentation does not say musch about it also
The text was updated successfully, but these errors were encountered: