-
Notifications
You must be signed in to change notification settings - Fork 57
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
Allow for blank Title or Message #33
Comments
On which platform are you seeing this? iOS/Android/WP/all? |
Only tested on Android 5 |
Hi, just tested Android 5 and these are my observations:
Is this what you're seeing as well? Also, how are you sending the messages? Telerik Backend, your own, etc? |
Sending via Rails + GCM gem Sending with message only, I was receiving notifications inside the app, with the app open. With the app closed or in background, nothing was being posted to the notification bar. Sending with message & title, notifications now posted to notification bar while closed or in background. |
Can I take a look at your code? Server and client, especially server? There must be a difference in our implementations as I can't reproduce it. |
Just tested with independent server application and observed the same behavior as Eddy explained. Title & Message: OK
Message only: works as expected
Title only: does not place the notification in the bar
|
Server:
Client:
|
Notifications won't post to notification bar unless both fields are set.
The text was updated successfully, but these errors were encountered: