APNS certificate does not appear when creating provisioning profile

I am new to iOS development. I created the application and then I want to add the APNS service, so I created a new application identifier that includes the Notification Service, then I create the APNS development and distribution certificate, but when I am going to create the provisioning profile using this new application identifier, add the certificate section. he will show me only previous development certificates. APNS development certificate, so my question is:

  • APNS certificate is required to add a new application identifier to the provisioning profile

  • If necessary, then why is it not displayed in the certificate section, or am I doing something wrong.

+6
source share
1 answer

APNS certificates are not included in training profiles.

They are used by Apple to ensure that only your server can send push notifications to your application.

Although a little old, but the basic concepts are still the same. Push Notification Tutorial

+4
source

Source: https://habr.com/ru/post/983320/


All Articles