Post

Replies

Boosts

Views

Activity

Reply to APNS api address
You are refused as APNs accept only HTTP/2 connections (any port). You cannot use Postman as Postman does not support HTTP/2 so you need to build something for testing. Apple wants us to use one connection for multiple deliveries (like DB) and that is the reason they have switched to HTTP/2 where you connect, then send any number of messages and keep connected.
Sep ’21