Closed kobzar closed 7 years ago
Hello! As we know when we sent push message to apple servers apple returned operation status from this table:
Status Codes & Meanings 0 - No errors encountered 1 - Processing error 2 - Missing device token 3 - Missing topic 4 - Missing payload 5 - Invalid token size 6 - Invalid topic size 7 - Invalid payload size 8 - Invalid token 255 - None (unknown)
How we can get this result with PyAPNS?
Hello! As we know when we sent push message to apple servers apple returned operation status from this table:
Status Codes & Meanings 0 - No errors encountered 1 - Processing error 2 - Missing device token 3 - Missing topic 4 - Missing payload 5 - Invalid token size 6 - Invalid topic size 7 - Invalid payload size 8 - Invalid token 255 - None (unknown)
How we can get this result with PyAPNS?