How does TestFlight do it?

This article showed how Apples OTA implementation works and can be used outside enterprises as well: ios wireless app distribution The complete process is documented by Apple. Apple also published documentation and sample code for registering devices and get the UDID by using profiles, so your website can detect which device is calling. Some additional … Read more

How do you beta test an iphone app?

Creating ad-hoc distribution profiles The instructions that Apple provides are here, but here is how I created a general provisioning profile that will work with multiple apps, and added a beta tester. My setup: Xcode 3.2.1 iPhone SDK 3.1.3 Before you get started, make sure that.. You can run the app on your own iPhone … Read more