Hi,
We are developing our push notification system using APNs over HTTP2. As described in APNs documentation, it is not a valid request if we send a push notification that only contains a content available key, say with the value of 1, and setting a apns priority header field with the value of 10. Though the documentation clearly says this request is an error, which indicates a request should fail with some error response, the request actually succeeded. So we are confused with the documentation and actual API behavior we observed.
Our questions are;
1 Is the documentation correct over HTTP2.0 protocol?
2 Do we misunderstand the documentation?