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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -