ios - Got status code = 11 on APNS notification -


i'm handling error apns send after write notification. according documentation, error code should 1-10 or 255.

link: https://developer.apple.com/library/ios/documentation/networkinginternet/conceptual/remotenotificationspg/chapters/communicatingwithaps.html

however, got package back: 080b00000000 command 8 fits documentation b = 11 not documented encounter before well?

thank you!

it happens me too.

my 'notification identifier' item in frame wasn't formed.

the 'item data length' must size of binary version of identifier.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -