I have a demo app that I like, but I've deleted Xcode project (no backups) and now its provisioning profile date has expired and app doesn't work on iPhone. Is it possible to make it run again, maybe by renewing provisioning profile?
Asked
Active
Viewed 465 times
0
-
Do you have the .ipa file? – wottle Mar 21 '16 at 03:58
-
Nope, all I have is an app itself on the iPhone. – Xernox Mar 22 '16 at 09:32
-
1As I said in my answer, you can get by for now, but the cert will eventually expire and you will then be unable to get it to work without re-building or at least extracting the ipa and re-signing it. – wottle Mar 22 '16 at 20:46
1 Answers
1
So, you need to renew the provisioning profile on the apple developer site. Once you do that, download the provisioning profile to your Mac and then load the profile onto the device either by emailing it to yourself on the device, using MDM (mobile device management), or using Xcode. No need to reinstall or re-sign the app unless the certificate expired.
If both the profile and the certificate expired, you will need to resign the app with the new cert and re-deploy it to the device.

wottle
- 13,095
- 4
- 27
- 68