It is a server-side library for sending Push Notifications to iOS/OSX (APNS), Android (GCM) and Windows (WNS).
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 pushsharpMy app just got ready for sale on App Store, but none of my production devices (devices that have installed …
ssl apple-push-notifications production-environment pushsharpI 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 pushsharpI 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 pushsharpI 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 pushsharpI'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 pushsharpIt 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 pushsharpI 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 pushsharpI 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