djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 376 forks source link

Changed payload size from 256 to 2048 #79

Closed ZachOrr closed 9 years ago

ZachOrr commented 10 years ago

I think it's unclear right now. The increased size for push notifications isn't mentioned in any developer docs (yet), but was mentioned in the WWDC video "What's New in iOS Notifications". In the video, they don't specify if it'll be iOS 8 only or not.

There's some discussion going on in other GitHub issue about this same thing (https://github.com/argon/node-apn/issues/181)

tonymillion commented 9 years ago

iOS7 supports the bigger frame size - its a server side upgrade not a iOS one

This should be merged!

djacobs commented 9 years ago

Confirmed this is now in production.