Questions tagged [pushsharp]

This library is designed for server-side communication, specifically for sending push notifications to iOS/OSX devices through APNS, Android devices via GCM, and Windows devices using WNS.

Deliver JSON data to APNS using the Push-Sharp framework

I want to send JSON data to an iOS device in the following format: {"aps":{"content-available":1}} Would it be better to use the AppleNotification class or the AppleNotificationPayLoad class? Can you please provide a sample code for reference? Currently, ...