javascript - Send windows push notification to specific channel uri -
i'm attempting send windows push notification specific client channel uri azure mobile service end(javascript). far found wns object, supports specific tags.any api supports sending push notification specific device using channel uri?
you can use notification hubs sdk directly (bypassing azure mobile apps / services sdk, used registration). allows use rest endpoint direct send: https://msdn.microsoft.com/en-us/library/azure/mt608572.aspx
Comments
Post a Comment