Top "Apple-push-notifications" questions

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

Exception on SslStream.AuthenticateAsClient (The message was badly formatted)

I have got wierd problem going on. I am trying to connect to Apple server via TCP/SSL. I am …

c# .net apple-push-notifications sspi
Mqtt and Push notifications

I have made an app for ios devices that can connect to a mqtt broker and send and receive messages …

ios push-notification apple-push-notifications mqtt pushy
Anyone using Node.js with Amazon SNS and Apple Push Notifications?

I'm looking for examples of using node.js with Amazon SNS and Apple APN push notifications. We use Amazon for …

node.js amazon-web-services apple-push-notifications amazon-sns
How to use custom Navigationcontroller in AppDelegate by using a Storyboard

I've got a problem concerning Navigationcontroller in AppDelegate. I'm using a storyboard, which looks like this: As a result of …

xcode uinavigationcontroller apple-push-notifications xcode-storyboard
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
PHP Warning: pack(): Type H: illegal hex digit r error

Possible Duplicate: pack() in php. Illegal hex digit warning I am utilizing apple's push notification service and in order to …

php binary runtime-error apple-push-notifications devicetoken
Why is didReceiveRemoteNotification not called but didReceiveRemoteNotification:fetchCompletionHandler called when my app is in the foreground?

If I override override func application(application: UIApplication, didReceiveRemoteNotification userInfo: [NSObject : AnyObject], fetchCompletionHandler completionHandler: (UIBackgroundFetchResult) -> Void) { println("hey) } …

ios swift apple-push-notifications appdelegate
AWS SNS EndPoint disabled when publishing

So im using AWS SNS to send push notifications to apple devices. I've followed the following steps: Created an app …

ios swift amazon-web-services apple-push-notifications amazon-sns
Amazon SNS Mobile Push - how to bulk subscribe endpoints to a topic?

I am trying to move my existing iOS push notification infrastructure over to amazon SNS mobile push. I exported all …

ios amazon-web-services push-notification apple-push-notifications amazon-sns
ApnsPHP: Push notifications working in development but not in production

Yes: there are many duplicates to this question, but none of the answers helped. I am following this great tutorial …

php ios apple-push-notifications apns-php