Alec.
Alec.

Reputation: 5525

iOS ad-hoc deployment

With apples ad-hoc deployment option for testing purposes, I understand there is a 100 device limit.

I was wondering, before I purchase a developer licence, is there any limitation on how long the ad-hoc apps can be used for, I know using test flight had a 30 day limitation.

Upvotes: 1

Views: 553

Answers (3)

Rudedog
Rudedog

Reputation: 4692

The app will be valid until the distribution certificate used to sign it expires, at which point it won't run. If memory serves, Apple distribution certificates for non-enterprise developer accounts have an expiration of one year. Source.

Upvotes: 4

Lefteris
Lefteris

Reputation: 14667

Well you can actually submit a beta test build on the App Store and invite to test it anyone, without needing to add their devices UDID on your provisioning profile...

You just need to pass the app validation to make the app available for public testing via Apple's Testflight

Upvotes: -1

Apurv
Apurv

Reputation: 17186

You can use it as long as it is there on your device. There is no time limit for same.

Upvotes: 0

Related Questions