Reputation: 3701
Can anyone please explain in complete details the difference between internal and external testers in iTunes Connect Testflight beta testing? The difference here is just too brief. Does internal testers need to add UDID's of upto 10 devices? Or did apple completely removed UDID requirement now?
Can someone please explain what needs to be done to distribute and test app of upto 1000 users? If I have the clients iTunes Connect credentials, how do I share the app from his own account?
I know that there are too many questions asked in this thread which is against stackoverflow's policy, but i only need do's and don'ts of internal and external testing of this awful itunes connect testflight beta testing.
Upvotes: 77
Views: 51969
Reputation: 4345
Upload your app to TestFlight
Both internal and external testers will install your app from the TestFlight app. Once invited, they will be sent an email asking them to install the TestFlight app. Once they have done so, they'll be able to install your beta app...
Internal Testers: Think of these users as employees who receive instant updates to your app without approval/review
External Testers
Will only be able to use your uploaded build for up to 60 days. If you add additional builds, they can update, and the 60 days starts over again.
Will be able to test your app after
Can be added automatically by importing a csv
file or with Fastlane's pilot automation tool.
As of now (August 2016), up to 2000 email addresses can be added. Each email address will allow a user to install the app on multiple devices. The email addresses do not need to match their Apple IDs.
They receive an invite to install your app once your first build is available for testing. If you add a new user after making a build available for testing, they'll immediately receive an invite. All users will receive notifications to install newer versions of the app if you upload additional builds.
Will be disallowed from using your app after you have pushed it to the official app store (which promptly ends the beta) or 60 days have passed since you started the beta, whichever comes first. If you end the beta without launching in the app store, and they try to open it, it will crash. Yay, Apple UX! If you do push a version to the app store with the same bundleName, version, and bundleID (build number doesn't matter), then your beta testers will automatically receive the app-store version of the app when it goes live.
Upvotes: 44
Reputation: 258
Internal Testester
External Tester
Upvotes: 11
Reputation: 66302
Internal Testers must be assigned the Admin, Technical, App Manager, Developer, or Marketer role in iTunes Connect, and you can only have 25 of them. You should review the iTunes Connect Roles. If you don't trust someone with these privileges, they aren't "Internal", they're "External".
You can have many more External users, but apps need to go through the App Store review process before these users can test them:
Apps made available to external testers require a Beta App Review and must comply with the full App Store Review Guidelines before testing can begin. A review is required for new versions of your app that contain significant changes. Up to 10 apps can be tested at a time, internally or externally.
Upvotes: 100
Reputation: 2291
iOS app testing for getting early feedbacks may be done in multiple ways. Enterprise, Adhoc and the new iOS8 Testflight Beta testing
Ad-hoc Provisioning
In this method the focus is on devices rather than the users. The devices UDID need to be registered in member center and the deployment profile MUST have the UDID of the specific device to download the app build. The app may be hosted on testflight or even dropbox (Only https: is supported).
TestFlight Beta Testing for iOS applications:
UDID is no longer required. The focus is on test users rather than device. A single user may have multiple devices on which the beta app may be installed.
For the Test Users of Beta Testing please refer to the "Aaron Brager's" Answer.
Upvotes: 4