-
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 working with new Ionic Push #181
Comments
@SarasArya I don't think that you should be adding a
Also, check out this issue which reports similar behavior with PhoneGap:
|
As @eladnava points out, there are generally some issues with a lot of client-side libraries not yet supporting the It all else fails, I would recommend you stick to the |
Sorry for the issue it was something from ionic side.... They had given everything in their docs just for one thing. They were initialising a constructor with 2 parameter and the docs asked us to set only one. I have reported the issue. Lets hope someone will find it useful if it's there Keep up the good work. I am closing the issue. Thanks @hypesystem and @eladnava |
@SarasArya Can you please link to your report of this bug to Ionic so we can list it in the Compatibility Documentation? (#155) |
As I read it, the Ionic implementation actually worked, but something was documented poorly. It seems this was a false negative, not a bug. |
@hypesystem I guess we'll never know unless @SarasArya responds. |
@hypesystem This wasn't a bug. Just poor documentation. I don't know how it worked for others. @eladnava How do I link my report to Ionic? |
@SarasArya You stated this:
How did you report the issue? GitHub? E-mail? |
I emailed them... They have a suggest edit in the docs. I gave my suggestion there. That's that |
@SarasArya Cool, do you know if they updated the docs to fix the mistake? |
I was actually trying to run the latest Node-gcm with Ionic Push Library. Seems to me that if I just paste
var message = new gcm.Message();
the notification is received but without the payload and if I try and add the addNotification() field the notification is not delivered.Server side code
front end code
So I wanted to confirm first. Is this an issue from the node-gcm end or Ionic End? Can somebody implement it and let us know? becuase I have boiled it down to the very fact that it's just and issue with addNotification function.
The text was updated successfully, but these errors were encountered: