0

Is there any way for a LoB UWP app to receive push notifications without using WNS or being registered to the Store, e.g., from a local server?

lcsondes
  • 484
  • 4
  • 16

1 Answers1

4

You can setup socket connection between your application and server side and handle any information in foreground or background task

Read this topic which describes SocketActivityTrigger

Andrii Krupka
  • 4,276
  • 3
  • 20
  • 41