Can we get support for iOS Push Notifications implemented?

I’d like to get support for the so-called “silent” type of Push Notifications. This would allow me to be able to send a notification to my app to automatically download new content so it was immediately available the next time the user opened the app.
Specifically I think you need to add the ability to modify the payload to be like:

aps {
  content-available: 1
  alert: {...}
}

More info here:
http://hayageek.com/ios-silent-push-notifications/

Hi Simon,

Have your problem been solved yet?

This was a feature request a long time ago, did you ever implement the “silent” version of push notifications? Either way it’s not a feature I require anymore.

Yes, the iOS SDK now supports silent push notifications.

Great!