How to send APNs push messages using APNs Auth Key and standard CLI tools?

后端 未结 4 634
北荒
北荒 2021-01-30 10:29

Apple recently added a new authentication method to APNS ( Apple Push Notification Authentication Key (Sandbox & Production)).

The downloaded key is a

4条回答
  •  鱼传尺愫
    2021-01-30 11:04

    You can send push notification by NODE JS using Apple Push Notification Authentication Key (Sandbox & Production). There is a tutorial provided by Elad Nava in this link

    This tutorial has all steps of creating the Apple Push Notification Authentication Key and setting up a local server to run Node JS code for sending push notification. You can run the code in your local machine and test the push notification.

    Hope this will help.

提交回复
热议问题