Top "Apple-push-notifications" questions

The Apple Push Notification Service is a service created by Apple Inc.

A call to SSPI failed, see inner exception

try { _apnsStream.AuthenticateAsClient("gateway.sandbox.push.apple.com", certificates, System.Security.Authentication.SslProtocols.Ssl3, false); } I am getting this error "…

ios push-notification apple-push-notifications moonapns
Apple Push Notification Service - Multiple device tokens are valid for the same device

In order for us to send users iOS notifications the following flow occurs: a user installs our app, registers with …

ios iphone apple-push-notifications
Is it possible to send SILENT LOCAL notification on iOS

My app wakes up from suspended mode on silent remote notification from a server, exactly as I want. This server …

ios apple-push-notifications localnotification silent-notification
UNUserNotificationCenterDelegate methods not being called Xcode 8 iOS 10

I have followed all the steps exactly as mentioned here: Push notification issue with iOS 10. But unfortunately, these two methods …

ios objective-c apple-push-notifications push usernotifications
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
How do I convert a combined PEM into a pkcs12 P12 file?

I have an Apple Push Notification Service PEM file which I have working in a PHP script. I can send …

apple-push-notifications pem pkcs#12 apns-sharp
bold (or other formatting) in iOS push notification

The built-in Messages app makes message-senders' names in push notifications bold. Is it possible to do this for my app? …

ios push-notification apple-push-notifications richtext
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
Apple Push Notifications Using Moon-APNS or APNS-Sharp

I am having really hard time figuring out how to send messages from my server to the APNS. I have …

ios apple-push-notifications apns-sharp
Apple Push Notification Registration & Device Token Receive clarification?

I am working on an iPhone app with Apple Push Notification integration. I have some doubts on this. If the …

iphone ios apple-push-notifications devicetoken