Is there any way to push notifications to a windows store app that isn't deployed on the store ? My application is an enterprise one, deployed by side loading.
Thank you,
Mathieu.
Is there any way to push notifications to a windows store app that isn't deployed on the store ? My application is an enterprise one, deployed by side loading.
Thank you,
Mathieu.
This post about deploying Enterprise Apps is mentioning the following about push notifications without deploying the app to the Windows Store: http://msdn.microsoft.com/en-us/library/windows/apps/jj657971.aspx
Note In order to use some features, such as Windows Push Notification Services (WNS), you’ll need to use a Windows Store developer account to reserve a name for your app and then associate your package with the the package identity (package name and publisher name) assigned to your app by the Windows Store. You will need to sign the app with a certificate that matches the publisher name assigned by the Windows Store and which is trusted on your PCs. While app names are released after one year if the app is not published in the Windows Store, the app’s package identity will remain associated with your app, and you can continue to use these features in your app even if you never publish it in the Store.