apple-push-notifications

Apple push notification enhanced format

Does anybody know how to get error response from Apple push notification service when enhanced version of protocol is used? ...

Adding push notification functionality to an existing app

Hey, Is it possible to add push notification functionality to an already existing app? Will it be possible if I have to change the appID? I am asking this because I am about ready to submit my app, and currently don't require push notifications. In the provisioning portal I have already created default appID, with a wildcard Bundle Iden...

iPhone multitasking and webservice calls

Within my iPhone application I periodically make calls to a webservice, providing the endpoint with a list of numeric IDs. The webservice then returns information relating to the IDs it receives. This is all well and good. However, I would like to be able to provide functionality whereby the user will receive a local/push notification w...

iPhone Push Notification - Error response problem

Hi all, I've got a problem when checking for a response error after sending a Push Notification. This is my setup: From my PHP server, I'm sending Push Notifications. These notifications are send in the enhanced format, so I can get an error response from the Apple server. For example: Error #7 "Invalid payload size". The way I check ...

iPhone 4, Push Notifications At Night Time, Any Way to Stop?

Hi, I'm wanting to know if there's a way to stop push notifications, or at least stop their sound during nighttime? I don't want to silence the phone, because I need the alarm to sound in the morning. It'd be nice if I could specify that push notifications should only come through between certain hours, or be quiet during the night... ...

Can you have multiple providers talking to the Apple Push Network for the same Application

I have been reviewing the Apple Push Notification documentation and it talks about having a SSL Certificate for the provider to talk to the APN for a specific Application. Can you have multiple servers (providers) running the same SSL Cert to communicate to the APN for the same Application? I can see this being useful for load balancin...