Push Notifications to Windows Mobiles

214 Views Asked by At

Within my asp.net application I send push notifications to mobile phones. The user will have a client installed on their phone.

If they have android, I ask that they install NotifyMyAndroid on their phone. If they have iOS I ask that they install Prowl on their phone.

What is the best option for Windows Mobiles?

Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

Push notifications are part of the WP7 OS, read the MSDN article here:

Push Notifications for Windows Phone

Your end users do not need to install anything to make this work.