1

Is it possible to RECEIVE push notifications from parse.com on a C#/.NET Application (not Windows 8 app).

If not possible is there a way for me to get notifications from a web server, preferably without having to manually poll every N seconds?

Lukesoft
  • 953
  • 1
  • 12
  • 31

1 Answers1

1

No, you can't. parse.com just a wrapper for GCM, APNS, etc. You can use SignalR for notifications without any polling.

Artem
  • 46
  • 5