13

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?

Abdalrahman Shatou
  • 4,550
  • 6
  • 50
  • 79

2 Answers2

1

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.

eug
  • 76
  • 3
0

You don't need to create a fresh certificate, you just need to remake your existing one with push enabled and then create a new provisioning profile from that cert. Also, if you are part of a team you will need authorize the newly created cert via the team manager. Check under the Pending certs to make sure it's not listed in there or check with your team manager.

Mark McCorkle
  • 9,349
  • 2
  • 32
  • 42