As stated in the question, but including code signing and embedding provisioning profiles.
As stated in the question, but including code signing and embedding provisioning profiles.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I recently posted a series of blogs on how to build/test/deploy both iOS and Android apps using Jenkins running on the CloudBees PaaS: the iOS blog is online at
Continuous Deployment for Mobile Apps with Jenkins: Xcode builds with MacOS slaves
That blog post actually talks about Appaloosa, but the Jenkins configuration for TestFlight is almost identical: you can see an actual example config online here:
stockfishchess-ios Jenkins configuration
A few things to note:
Re: iOS Provisioning – look at the Apple Developer Program docs for details on how to set up an Ad Hoc Provisioning profile, which you will need to send to your testers. Get their UDIDs for the devices they want to use, create the profile using the iOS Provisioning Portal and use the Xcode Organizer to export the .mobileprovision profile. You will also need to go into TestFlight and invite the beta test users.
You can find my contact details on the blogs – feel free to contact me directly if you need further help.