Question
jrmcdona on Thu, 18 Apr 2013 00:25:09
Hi, Lets say I have an phone app that will receive notifications. I need to generate a channel URL for each user that opens the app. Lets say 10 users have my app open at this very time that is going to be 10 different channel URL/deviceIDs that need to get stored in my cloud service so that if I need to send out a push alert I will send it to all 10 channel URLs?
Is that how I should be thinking about this?
Any good tutorial to follow? Right now it is just copying and pasting the channel URL to that webform and generating a notification from there.
Thanks
Jordan
Replies
Eric Fleck on Thu, 18 Apr 2013 20:38:36
IIRC, The Jumpstart Notification demo shows the basic architecture. http://code.msdn.microsoft.com/wpapps/Windows-Phone-8-JumpStart-ab6c839a
You could also check out the Event Buddy sample: http://code.msdn.microsoft.com/wpapps/Event-Buddy-ddafd9b6