iOS swift How to create .p8 file?

2019-06-24 00:48发布

I am working with Pushy Notification where I need to register with the p8 file. So how can I create that p8 file from developer account?enter image description here

2条回答
一纸荒年 Trace。
2楼-- · 2019-06-24 01:23

Follow these steps:

Generate an APNs Auth Key
Open the APNs Auth Key page in your Developer Center and click the + button to create a new APNs Auth Key.

enter image description here

In the next page, select Apple Push Notification Authentication Key (Sandbox & Production) and click Continue at the bottom of the page.

enter image description here

Apple will then generate a .p8 key file containing your APNs Auth Key.

enter image description here

Download the .p8 key file to your computer and save it for later. Also, be sure to write down the Key ID somewhere, as you'll need it later when connecting to APNs.

Send Push Notifications

Ref: APNS (Configure push notifications)

Important: Save a back up of your key in a secure place. It will not be presented again and cannot be retrieved later.

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-06-24 01:36

First login Apple developer a/c. Go to Keys option, click + button

enter image description here

Than on next page, enter valid Name, check Push notification option and click, click continue, click download button, It will download .p8 file.

查看更多
登录 后发表回答