Which expiry date(s) require a Ad Hoc Distribution redeployment?

2.3k views Asked by At

When preparing an app for Ad Hoc Distribution, there are three things within the Apple developer account have expiry dates:

  • Active developer account. The expiry date for this shows up on the Membership page as Expiration date and also as Device reset date.
  • iOS distribution certificate. The expiry date for this shows up on the Certificates > Production page.
  • iOS provisioning profile. The expiry date for this shows up on the Provisioning Profiles > Distribution page when you click on the profile.

After I've deployed the app onto a device, which of the above expiry dates will cause the app to stop working if I don't redeploy? e.g. If my developer account expires first, will the app keep working if I don't redeploy?

1

There are 1 answers

1
Arasuvel On BEST ANSWER

You create the provisioning profile using the certificate. The provisioning profile uses the certificate expiry date as its expiry date.

You then install the app to devices using the provisioning profile and it is the expiry date of the profile that determines the expiry date of app.