Please turn me in right direction. I want to create local notifications for checking incoming messages from website.
I can’t pay for the server, but does anybody knows how to create local push notifications server in wp7?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t create a “local” push notification server. You could however use background agents to perform a similar task and use the ShellToast and ShellTile APIs to achieve a similar result.
There is a background agent sample on MSDN here: http://msdn.microsoft.com/en-us/library/ff431744(v=vs.92).aspx