In my app, I need push notifications. I am implementing all the instructions from the push notifications docs. But I got an error from Push Notification:
I am receiving this error when I try to deliver pending push notifications (both via the rake task and the object call):
I am trying to send Danish characters (Æ, Ø, Å) in an alarm no开发者_开发百科tification using Easy APNs but when doing so, no message is send. If I send it with sound, only the sound is send. Also
Am new to Apple APNS and had a query: Is it possible to connect to Apple APNS (gateway.push.apple.com, feedback.push.apple.com) via a corporate proxy?
In enterprise, we will send push notification to 17,000 employee. They have s开发者_如何学Gomartphone(iOS, Android).
I have a beta application that I want to show to 100+ people and I can\'t figure out how I can do it without the app store. The thing is with the app store it\'s a beta. In the app it has pages that d
I use following code with apn_notfications in Ruby device = APN::Device.create(:token => \"XXXXXXXX XXXXXXXX XXXXXXXX
I want to ask you guys How device receives push noti开发者_开发技巧fication? Is our device continuously connected to apple\'s server?
I am creating an application for an huge enterprise , I came to know about apple Enterprise programme for the in house distribution.
I have a problem where I don\'t receive notifications every time I push them to the device. I do receive them occasionally or after a big delay. I\'m using the development certificate for APNS and Rub