-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feedback #1
Comments
I read your walk-throughs and this seems like the most well maintained .Net Core Web Push tool. Any interest in strong naming the DLLs? |
Thank you. Regarding the strong naming, it has positive recommendation and negative aspects are less important those days, so I see no issue with doing that. I've created an issue to track it (#8). |
Would be good to add a constructor with no parameters for PushMessage, because with current implementation is impossible to deserailise object of this class from json without creating new class and mapping properties |
@vpetrusevici I will consider that. It opens some error scenarios but maybe it's worth it. |
Hey, nice library. However, you should probably add |
Hi @rouen-sk. Thank you for the feedback. In my mind |
I just found this as I am investigating why I can't seem to get the Webpush. Net nuget package to work correctly on android. I was wondering if this library works without issues on newest versions of android/Chrome etc? And thanks for your work by the way! If this works as expected a beer or alike will certainly be thrown at you :) Is this updated to use newest versions available for dependencies? |
Hi @shareonline, The general answer is yes, this library supports Web Push in all OS/browser scenarios where the browser supports it. This includes Android/Chrome. One Chrome specific aspect that has surfaced with one of latest versions, is that Chrome has started to complain about certain VAPID keys, you can read more in this issue: #29. If that is your case, than you need to play a little bit with keys provided in configuration. If you are picking up any other error, please share it and I'll take a look as soon as I will be able to carve some time. |
This issue is for general feedback regarding this project.
The text was updated successfully, but these errors were encountered: