Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS - Cannot use APNS certificate to create new provisioning profile

I have create a new certificate that supports push notification service with an AppID that supports push notification. Now, when I create a new provisioning profile, I cannot find this certificate (only the old normal dev certificate). What am I doing wrong?

like image 627
Abdalrahman Shatou Avatar asked Jul 02 '13 12:07

Abdalrahman Shatou


1 Answers

If I understand you properly, you did everything right. It's just a different certificates. You need to use your 'old normal dev certificate' to sign provision, then use your APNS certificate to send push to your AppID.

like image 101
eug Avatar answered Nov 10 '22 00:11

eug