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

Added category support for iOS 8 #77

Closed ZachOrr closed 10 years ago

ZachOrr commented 10 years ago

Just added another initialization parameter, category, for interactive iOS 8 push notifications

tonymillion commented 10 years ago

As a side note to this - APNS now supports body sizes of 2048 bytes (up from 256)

ZachOrr commented 10 years ago

Right. I didn't change the max payload size in my pull request. Oops.

That should be a quick fix, since it's just one number in one spot

djacobs commented 10 years ago

@ZachOrr please make the change! :) Thanks. :+1:

ZachOrr commented 10 years ago

See #79