Search code examples
iosiphonepush-notificationapple-push-notifications

How many apple push notification certificate can create in both (development and distribution)


How many apple push notification certificate can create in both (development and distribution), because I am getting error enter image description here


Solution

  • You can create at most 2 APNS certificate for each app bundle id you have.
    1 for Development and 1 for Production.


    To create an APNS certificate, you need to choose:

    1. Apple Push Notification service SSL (Sandbox) for Development
    2. Apple Push Notification service SSL (Sandbox & Production) for AppStore/AdHoc

    APNS


    Alternate Option

    You can even create the certificate by editing an app id.

    Check the app id to have the Push Notification capability and then create the certificates from here:

    Edit App ID