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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -