InvalidProviderToken (403) ответ
node-apn
Получать InvalidProviderToken (403) response
ошибка от APNs. Что мне нужно изменить в конфигурации, чтобы отправить push-сообщение?
Apple говорит: APNs supports only provider authentication tokens that are signed with the ES256 algorithm. Unsecured JWTs, or JWTs signed with other algorithms, are rejected, and your provider server receives the InvalidProviderToken (403) response.
Использовал этот учебник: https://eladnava.com/send-push-notifications-to-ios-devices-using-xcode-8-and-swift-3/