PushNotifications still supported? #1960
-
Is it currently possible to test out PushNotifications? The quickstart guide says a private preview form needs to be filled out, but the link appears to be broken, https://aka.ms/windowsappsdk/push-private-preview . Additionally, can you confirm that this feature should be available in 1.0.0-experimental1? Or was it only available in a previous experimental version? Perhaps I've messed something up when attempting to uninstall 1.0.0 and move to 1.0.0-experimental. I am attempting to use the Microsoft.Windows.PushNotifications interface in Visual Studio 2022, with t he 1.0.0-experimtanl C# template for a MSIX project.
Curiously, other Windows App SDK dependencies work:
While these fail to compile:
I also see in my packages only the following DLL's loaded, but my understanding is that none of these are the DLL which contains PushNotifications support.
I also notice the message in the NuGet package manager in Visual Studio which says in italics |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @AffluentOwl - Are you trying to use C# for Push Notifications 1.0.0-experimental1? Only C++ is supported on the 1.0.0-exp1 release, C# will be supported on the next experimental release. Thanks for pointing out the broken link, we will be fixing it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response, that was indeed the issue. I felt I read the documentation quite extensively, but didn't see anything mentioning that 1.0.0-experimental1 was only available for C++, and it felt quite unexpected to me since the C# templates are included under the experimental channel. Or was it just the PushNotifications feature that was not supported in C#? Sounds like it will be a non-issue near future for others in the when the next release comes out. Is there any word out on the street for when the next experimental build will be out? Or what's the best way for me to get informed when a target date becomes available? Is it possible for me to build my own WindowsAppSDK build from head with C# now? If so, are there any instructions you could point me towards? PushNotifications are a huge win for me, since it allows me to radically redesign and simplify my app/server architecture, letting me go with a serverless design, and avoiding long running TCP connections. So I'm excited to try it out as soon as possible. |
Beta Was this translation helpful? Give feedback.
Hi @AffluentOwl - Are you trying to use C# for Push Notifications 1.0.0-experimental1? Only C++ is supported on the 1.0.0-exp1 release, C# will be supported on the next experimental release.
Thanks for pointing out the broken link, we will be fixing it.