I'm attempting to send to a windows push notification to a specific client with a channel uri from the azure mobile service back end(javascript). So far I found wns object, which only supports specific tags.Any api which supports sending push notification to specific device using channel uri?
1 Answers
1
votes
You can always use the Notification Hubs SDK directly (bypassing the Azure Mobile Apps / Services SDK, which is only used for registration). This allows you to use the REST endpoint to do a Direct Send: https://msdn.microsoft.com/en-us/library/azure/mt608572.aspx