caffeinalab / ti.goosh

GCM/FCM module for Titanium.
MIT License
52 stars 34 forks source link

priority Property support #77

Closed nuborian closed 6 years ago

nuborian commented 7 years ago

Hi,

using the module is working, but on my device I only get the icon of the notification in my statusbar. There isn't any "banner" visible when the push is coming to the device. Is there any option to set, to change this?

progress44 commented 7 years ago

Can you paste the payload you're sending to GCM? I'm not sure what might cause this

nuborian commented 7 years ago

Hey, thanks for your reply - I am using the parse-Server so it's their payload. Not sure what they are sending and what not.

kopiro commented 6 years ago

Hi @nuborian, try to send a custom JSON payload. IE:

{ "alert": "Test", "title": "Title" }
progress44 commented 6 years ago

Setting force_show_in_foreground: true will show the notification