Top "Pushsharp" questions

It is a server-side library for sending Push Notifications to iOS/OSX (APNS), Android (GCM) and Windows (WNS).

How to use Push Notifications in Xamarin Forms

I have an app using Xamarin.Forms targeting IOS, Android and WP 8. I need push notification feature in my app. …

c# xamarin push-notification xamarin.forms pushsharp
Push Notifications with PushSharp - the basics

I need to push notifications to tens of thousands of iOS devices that my app installed. I'm trying to do …

c# .net push-notification apple-push-notifications pushsharp
PushSharp Apple - The message received was unexpected or badly formatted

I am using version 2.1.2 of PushSharp. The app is .NET 4.5.1 (although I have also tried targeting .NET 4.5 and .NET 4) I …

c# apple-push-notifications pushsharp
how to validate Apple APN device token - WCF .NET

I am building a WCF REST web service that is called by the mobile app to insert the Apple device …

wcf push-notification apple-push-notifications feedback pushsharp
APN Production certificate not being recognized by PushSharp

I've developed an iOS app, that receives Push Notifications. I'm sending them from a .NET environment using PushSharp. Everything went …

ios certificate apple-push-notifications pushsharp
How to send APNS push notification (iOS) from C# without queuing

It seems everyone uses PushSharp for sending push notifications to iOS devices from C#. But that library has a queue …

c# ios push-notification apple-push-notifications pushsharp
Send Json to APNS using Push-Sharp library

I need to send json to IOS device like this: {"aps":{"content-available":1}} Should I use AppleNotification or AppleNotificationPayLoad class? please …

c# json push-notification apple-push-notifications pushsharp
Pushsharp apple notification A call to SSPI failed error

I am using PushSharp to send Apple Push Notification in C# , i have my production .pem file and its password. …

c# ios push-notification apple-push-notifications pushsharp