SevenDays
SevenDays

Reputation: 3768

Local push notifications wp7

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?

Upvotes: 0

Views: 1093

Answers (1)

Derek Lakin
Derek Lakin

Reputation: 16319

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

Upvotes: 4

Related Questions