May
2
2010
Push Notifications in Windows Phone 7 developer tools CTP April Refresh
As you may know, we recently announced the April Refresh of the Windows Phone 7 developer tools. We’ve made some changes to some our APIs, including the way our Push Notifications work.
A few things you need to be aware of with the new tools and code for Push Notifications in WP7:
- In your WP7 application’s WMAppManifest.xml file, ensure you have listed out the capabilities that your application will be utilizing. In this case, for your application to support Push Notifications, at the least you’d need to add the following to your WMAppManifest.xml:
<Capabilities>
<Capability Name="ID_CAP_NETWORKING" />
<Capability Name="ID_CAP_PUSH_NOTIFICATION" />
</Capabilities> Continue reading
