Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am just learning about how to send and receive push notifications as a windows phone mobile developer. I got a nice jumpstart from this article https://msdn.microsoft.com/en-us/library/windows/apps/hh202967(v=vs.105).aspx[^]. But in the article, I had to copy out the channel Uri from the output window while running the client app, then pasted it in the ASP.NET sample site, before I could send a toast notification to the client. But I know I can't do that, after publishing my app to the store. So how do I get channelUri from client apps in my ASP.NET site, have it stored in a database or collection whose size could increase and then send a broadcast notification message to every device whose channelUri is in the database. I would also like to know how to write the code for sending message to specific users. I would love it if there is a sample code.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900