azure - Get a list of devices from Notification Hub -
i using azure notification hubs manage device registrations.
i using azure mobile services push notification request notification hub.
using tags, able use notification hub broadcast sender's message group of recipients.
my new requirement is, want sender able send notification particular device belongs particular tag. means need way sender list devices registered to, say... "football" tag, have sender choose device send to, , tell notification hub send notification device.
how achieve that? need write api returns devices belong tag sender right?
notification hubs allows users extract registrations associated single device. take @ https://msdn.microsoft.com/en-us/library/azure/dn223274.aspx, should help.
Comments
Post a Comment