Alex

Results 2 comments of Alex

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.

I was also having this issue when attached the created APNs object to the flask application object. I solved the issue when I instantiated the APNs object right before it's...