WindowsNotifications / alternate-push-channel

How to use the alternate push channel for Windows apps
MIT License
3 stars 1 forks source link

Missing Unsubscribe(channelId) #2

Open perkio opened 4 years ago

perkio commented 4 years ago

Would be great if you could expose a way to Unsubscribe a channel entirely, I know there's no API for it after serialization occurs but at least add a way to remove all subscription entries from storage so received notifications from that point onward would be discarded.

andrewleader commented 4 years ago

Hey @perkio, could you email me at aleader (at) microsoft.com? We're curious how you're using this library and would love to talk! And we definitely could consider an unsubscribe API (although as you said there's no WNS API to close a channel)