Push senders need to be updated to add APNs tokens instead of certificates if they are enabled.
From apple :
Authorization The provider token that authorizes APNs to send push notifications for the specified topics. The token is in Base64URL-encoded JWT format, specified as bearer <provider token>.
We will use the PUSHY library to handle this, per https://github.com/relayrides/pushy |
|