Push Notifications on Windows Desktop Apps

2k views Asked by At

we are currently writing an Cross-Plattform Application for Android, iOS and Desktop / Windows with Flutter.

Our Application relies on Push Notifications to trigger actions in our application, which works perfectly fine on Android and iOS. On Windows we ship our application with an InnoSetup-Installer as an .exe. Is it possible to use the Microsoft Service (WNS) for sending Push Notifications to our application? Or is this only possible for Windows Store Applications?

Thank you and best regards

Langohr

1

There are 1 answers

3
Phake On

There seems to be a plugin https://pub.dev/packages/quick_notify for that. The repo seems to be archived, though. So not sure about it. It does support Windows notifications.