Egzon P.
Egzon P.

Reputation: 4778

iOS: Distribution of iOS app for beta testing / TestFlight upload

I have build my app with xcode 8.3. Now I need/ to distribute(send) application build to other team members (application tester as well as client for beta testing) to test our app in their apple (iPhone/iPad) devices. I've searched and read, so many tutorials/QAs but couldn't got a tutorial for beginners(novice level developer) How to connect the certificates, provision profile and UDIDs and how to distribute app for beta testing.

Can someone help me, how to connect certificate and tester's devices with my app. Any help for iOS beginners would be very welcomed.

Upvotes: 2

Views: 3809

Answers (1)

Krunal
Krunal

Reputation: 79646

Go through following steps (Details of each steps is linked with Apple guideline)

  1. Configuring Your Xcode Project for Distribution
  2. Maintaining Identifiers, Devices, and Profiles
    • Register App IDs
    • Register Devices Using Your Developer Account
    • Create Development/Ad Hoc/Production Provisioning Profiles
    • Download Provisioning Profiles in Xcode
  3. Export Your App for Testing (iOS, tvOS, watchOS)
    • Register Test Device
    • Archive Your App
    • Export Your App for Testing Outside the Store
  4. Distributing Your App Using TestFlight (iOS, tvOS, watchOS)

Upvotes: 1

Related Questions