Moshe
Moshe

Reputation: 58087

Do "beta" apps installed on iPod expire when their provisioning certificate does?

I have installed an app on my iPod touch. Will this app expire when the provisioning certificate does?

EDIT:

I am the developer in this case. I installed it using XCode. I used a development provisioning profile not a distribution one. Does this change anything?

Upvotes: 1

Views: 528

Answers (2)

yonel
yonel

Reputation: 7865

If you're talking about adhoc distribution, yes : you won't be able to launch "adhoc distributed applications" anymore once the adhoc provisioning profile installed on the iphone has expired. You will need to request a new "fresh" generated adhoc version.

Upvotes: 1

Randy Simon
Randy Simon

Reputation: 3324

How did you install it? I assume it was sent to you by the developer along with the distribution certificate and you installed it via iTunes?

If so, then yes you will need to reinstall with an updated provisioning profile after your current one expires.

Upvotes: 2

Related Questions