Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using iOS Developer Enterprise Program for beta testing? [closed]

We are considering using the iOS Enterprise Developer Program to better support continuous integration and wireless distribution for our in-house beta testing.

We have an app built that we put distribute in the AppStore using our regular developer program account. But we always have too many people, more than 100, that want access to the beta application. I heard that enterprise accounts get up to 500 devices per year. We also like the idea of using wireless distribution to make it easier to distribute the beta app.

Is this a valid use of an Enterprise account?

For wireless enterprise distribution, do you still need a list of UDIDs built into a provisioning file?

Our hope is that we can setup our continuous integration server to automatically make builds, run our unit tests, and then post the enterprise distribution bundle to our internal server for our enterprise users to download from a web link.

Does this seem doable to those of you that have experience with enterprise accounts?

like image 619
toofah Avatar asked Feb 15 '11 18:02

toofah


People also ask

What is the difference between Apple Developer program and Apple Developer enterprise program?

If your learning app will be made available to the general public, the iOS Developer Program is required. If your learning app is strictly for your employees, the iOS Developer Enterprise Program is required. Once you have registered for the relevant program, you can use it for as many learning apps as required.

Do you need Apple Developer program for TestFlight?

If you want to distribute your app to registered devices, to beta testers using TestFlight, or through the App Store, you need to join the Apple Developer Program. Apple creates an App Store Connect account for you and you can start uploading builds.

Is iOS developer beta safe?

Beta software of any kind is never completely safe, and this applies to iOS 16 too. The safest time to install iOS 16 would be when Apple rolls out the final stable build to everyone in fall, or even a couple of weeks after that.

How do you get into the Apple Developer beta?

Download the macOS Developer Beta Access Utility from the download page. Open the macOS Developer Beta Access Utility and follow the instructions. Once installation is complete, you'll be presented with the macOS beta on the Mac App Store. Click Download to install the beta.


3 Answers

Not sure if it's what you are looking for, but I was looking at https://testflightapp.com/ this morning which is designed to take the pain out of beta testing.

like image 29
drekka Avatar answered Oct 22 '22 02:10

drekka


I sent this question to Apple and received the following response.


Hello,

Thank you for contacting Apple Developer Support regarding the iOS Developer Program.

In regards to your request, it is important to note that the Enterprise Program is intended specifically for the development of internal applications for use by employees and contractors only. It is not intended to be a work-around for any device limits imposed by the 100 device limit of the iOS Developer Standard Program.

Before you will be able to purchase a membership in the iOS Developer Enterprise Program you will be presented with the terms and conditions of the Program License Agreement. We suggest that you begin an enrollment, and when presented with the Program License Agreement, compare the terms to your business needs and decide at that time if the program would be a good fit for your organization.

I hope that this information is helpful to you. Please let us know if you have any additional questions or need further assistance.

Best Regards,

Joe Carr Apple Developer Support

like image 189
toofah Avatar answered Oct 22 '22 04:10

toofah


FYI, you don't need the enterprise account to wirelessly distribute apps any more. You can do it from within XCode using a standard developer account - once you've built and archived an app you can pop into the XCode Organizer, select the version you want to distribute from the archived apps section, and click "Share". You can then build an IPA and .plist for hosting online, and for download by provisioned devices.

This is how we distribute all our own apps to clients for testing, it saves on a lot of troubleshooting! We have it all hooked up to our CI system too, as you're intending to do.

like image 2
lxt Avatar answered Oct 22 '22 04:10

lxt