PyAPNs
PyAPNs copied to clipboard
Support new command:2 message format
Apple had marked command:1 format(which PyAPNs is currently supported) as legacy and encourage to use command:2 format, see doc
We should do this.
I think it is already fixed with https://github.com/djacobs/PyAPNs/commit/b085b4d94b9e769443b6f7783f73173822a8c474
Probably, need to update send_notification()
implementation because "Simple Notification Format" is a legacy now.