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?
Asked
Active
Viewed 442 times
1 Answers
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