I am deploying my application via external URL. The application is installed on hundreds of devices all over the world using a Enterprise provisioning profile. The certificate is about to expire with a few days. My question is would revoking the certificate effect any of the existing users? I am aware that new users wont be able to install the application but what about existing users? Will they still be able to use the application correctly? If so do you know a time frame of how long Apple allows the application to work for?
Asked
Active
Viewed 6,895 times
11
-
fire off an email to the relevant department? – Prisoner Nov 09 '12 at 15:56
3 Answers
9
Revoking the certificate will make any existing apps fail. I believe the certificates are checked when the device is rebooted.
You need to create another new certificate and update your user's device with a newly built app.
However, even if you don't revoke the current certificate, any existing apps will still stop working when it expires in a few days.

James P
- 4,786
- 2
- 35
- 52
-
-
-
But "If I revoke iOS Enterprise will the app still work?" is the title, and "Yes" seems like a pretty dangerous answer :-) Looks like you edited, I think that's much better – mpowered May 18 '17 at 01:41
5
Revoking your distribution certificate will make your app fail on any installed devices.
Hope this helps.

Nagy Dávid
- 51
- 1
- 2
3
Important: Revoking an enterprise distribution certificate invalidates all apps that were signed and deployed with that certificate.
New location
https://developer.apple.com/library/ios/qa/qa1868/_index.html

Prabhu.Somasundaram
- 1,380
- 10
- 13