Skip to content

Is it possible to receive push notifications from WNS in a WPF app, which uses Xaml Islands? #4527

Discussion options

You must be logged in to vote

Hi @atiyka!

I believe it's possible to use WNS push notifications in a WPF app if the WPF app is packaged with MSIX. I'm not super familiar with XAML Islands, however from what I know, I thought you have to use MSIX to also use XAML Islands, but maybe I'm wrong. Either way, your first step would be to add the MSIX packaging project to your solution (or if you don't mind waiting, the Windows App SDK folks are working on adding push notifications for apps that don't use MSIX).

After you've checked you're packaging your app with MSIX, you should also make sure you're deploying and launching the MSIX version of your app, so that it's running with a package identity. After that point, creating…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@atiyka
Comment options

Answer selected by atiyka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment