I am sending push notification using HTTP/2 to https://api.push.apple.com:443 api but I am getting Operation TimeOut error in response . Can someone help
APNS response getting TimeOut
Hi, Everything works fine for years and since yesterday, we have exactly the same problem : Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
What did you do to resolve your problem ? Is it an Apple problem or do we have to change something in the configuration to solve it ?
For information we make a HTTP2 request to https://api.push.apple.com:443
We send many requests, sometimes they can be concurrent.
I tried with 1 connection or several connections and the result is the same. I tried also to keep the connection open, same result. I tried also to increase the timeout from 10 seconds to 20 seconds, same result.
Do you have any idea ? Thank you very much !