Results 7 comments of Jim Horng

per #29 , you can try to encode your utf-8 string first before passing to APNS, FYR

@C6silver , Seems that google app engine have some restriction on socket with its own implementation (remote_socket), please see [app engine sockets](https://cloud.google.com/appengine/docs/python/sockets/). Maybe you can try the same code on...

@C6silver , @dexity , thanks for finding out the problem, may you paste the usage code here? (just mask out confidential part :) ), including 1) how APNs object is...

Seems this PR dups #109

@matiboy , if not using enhanced, it's meaningless to store sent_notifications since APNS will not respond error on fail-to-sent notification. So I suggest better to remove all enhanced-related logic(e.g. sent_notifications)...

@djacobs , I think this one is good enough to be merged :+1: