I'm handling the error APNS send back after I write a notification. According to the documentation, the error code should be 1-10 or 255.
However, I got the package back: 080b00000000 The command is 8 which fits the documentation but b = 11 which is not documented Does anyone encounter this before as well?
Thank you!