Kodeco Forums

iOS Beta Testing with TestFlight Tutorial

A step-by-step guide on how to use Apple's TestFlight for beta testing an iOS app.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1762-ios-beta-testing-with-testflight-tutorial

Apple now require you to add ITSAppUsesNonExemptEncryption in info.plist.
If your app does not using encryption, you can add: ITSAppUsesNonExemptEncryption
Else go to iTunes Connect >> My Apps >> [Your app] >> Features >> Encryption and follow the guide when clicking on Add export compliance documentation for iOS.