简体   繁体   中英

C# Rest API Push Notifications (Parse.com)

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM