Azure / azure-notificationhubs-dotnet

.NET SDK for Azure Notification Hubs
MIT License
70 stars 122 forks source link

Add ability to Get All Installations for a Notification Hub #143

Open dpuckett opened 4 years ago

dpuckett commented 4 years ago

Currently the NotificationHubClient API supports the ability to Add/Delete/GetSpecific/GetAll Registrations, however the 'GetAll' is missing from the Installations way of subscribing devices. You can get a specific device if you have access to the InstallationId used, but this doesn't help when I want to get all.

PLEASE Add this to the NotificationHubClient library. It's a core function that for some unknown reason is missing, especially when the documentation is recommending to prefer Installations over Registrations when using an API back end.

rshaul commented 4 years ago

For what it's worth it looks like the get all registrations endpoint will also return the installations as well as it seems like installations are implemented as a registration behind the scenes.

dtap001 commented 2 months ago

please do this

dpuckett commented 2 months ago

After 4 years I've given up hoping this will be done. Like most M$ products, this is going to be killed off soon I expect.

dtap001 commented 2 months ago

i am honestly disappointed in this product and will try my best to migrate our company away from this nonsense