Skip to content
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

Support ServiceName for WP 8 to implement no-quota (unthrottled) push notifications. #30

Open
systempuntoout opened this issue May 13, 2015 · 4 comments

Comments

@systempuntoout
Copy link

PushPlugin for WP8 should support the creation of a new HttpNotificationChannel specifying a ServiceName in order to get a no-quota service from MPNS.

HttpNotificationChannel constructor to use:
https://msdn.microsoft.com/en-US/library/windows/apps/ff403009%28v=vs.105%29.aspx

No-quota details:
https://msdn.microsoft.com/en-US/library/windows/apps/ff941099%28v=vs.105%29.aspx

@EddyVerbruggen
Copy link

Hi, thanks for this!

I'm curious to know whether you need this no-quota service as the current unauthenticated service allows max 500 pushes per subscription..

@systempuntoout
Copy link
Author

Well, it is not clear what the term subscription means for Microsoft; if it is a User subscription (500 for each user) or a Channel subscription (500 for all the installed applications).
We even asked to Microsoft and they answered to switch to the Authenticated push.
It is recommended to use the authenticate service because, you can just push notifications from a known server in client certificate.
Are you going to support this feature?
Let me know if you need a hand.

@EddyVerbruggen
Copy link

I agree that's ambiguous at best. We need to discuss this internally, I'll leave this open.

@systempuntoout
Copy link
Author

Any news on this?
Let me know if you need a hand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants