iOS APNS through Amazon SNS and Unity - Cannot create a development iOS certificate

人走茶凉 提交于 2019-12-05 15:35:27

This Worked for Me:

1 - Download the Certificate from Apple (APNS Certificate for Development or Production)

2 - Double click on your Certificate to open it in your KeyChain

3 - Select it, Right-Click on it and press EXPORT "Cer" *** DO NOT SELECT IT TOGETHER WITH YOUR PRIVATE KEY, Select it By ITSELF!

4 - Name your new p12 and Upload this to SNS in the Setup Stage

DONE, this will work!

---> Its weird that Amazon's SNS requires a NON-Signed .p12 instead of the Combined .p12 (including private key) like other platforms, but... Go Discuss with Amazon...

Brian F

This worked for me;

Follow the steps in this guide;

http://docs.aws.amazon.com/sns/latest/dg/mobile-push-apns.html

Now in SNS when creating DO NOT upload the p12.

Open up the files generated in step 2 & 3 in a text editor.

Copy the certificate from the .pem generated in step 2 into the certificate text area.

Copy the private key from the .pem generated in step 3 to the private key text area.

It should create. My guess is that some old certificate was being tagged along in my .p12 file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!