Renew Push Certificate and Keep Current App Store App Working

Renew Push certificate and keep current App Store App working

The push certificate cannot be renewed. You have to create a new one.

The push notification certificate is not part of the application build. Therefore for push to continue working you only have to create a new certificate and deploy the p12 file (or whatever other format you are using) at your server. You don't have to submit a new version of your app.

Renew Push certificate and keep current App Store App working xcode 8.3.3

You don't have to recompile the app or resubmit the app to AppStore. Just create a new APNS certificate and test it with your current app. Once everything is fine, revoke the old certificate.

iOs - Renew Push certificate in all apps

The push certificate cannot be renewed. You have to create a new one.

The push notification certificate is not part of the application
build. Therefore for push to continue working you only have to create
a new certificate and deploy the p12 file (or whatever other format
you are using) at your server. You don't have to submit a new version
of your app.

ios push notification renewal

  1. Connect to your Apple Developer account
  2. Go to "Certificates, Identifiers & Profiles"
  3. In the "Identifiers" section, go to "App IDs"
  4. Select your app
  5. Click on "Edit"
  6. For each of your push certificates, in the section "Create an additional certificate to use for this App ID.", click on "Crete certificate..."
  7. Do the usual procedure to generate the certificate request(s), upload, download the certificate(s).
  8. Install it/them on your server or push gateway
  9. Once you are using the new certificate(s), you can revoke the old one if you want to, but it will expire automatically anyway.

The trick is to get to the certificate through the App IDs rather than through the cert itself.

Alternative: go to the Certificates section, and click on the "+" button to create a new one, then follow the steps.



Related Topics



Leave a reply



Submit