You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: