Search code examples
iostestingadhocad-hoc-distribution

Is there any way to make a iOS app available for beta-testing (adhoc app) without using the tester UUID


I want to make my app available for the testers without adding their UUIDs to the distribution profile. Is there any way to achieve this. I know about Enterprise distribution but my app will eventually be uploaded to AppStore. So I also want to know is it possible to use same Apple ID for both Enterprise App and App Store app.

Thank you


Solution

  • 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.

    You can enable up to 25 users from your iTunes Connect team to be internal testers and up to 1000 users to be external testers. External testers do not need to be in your organisation; you can invite any user with an email address to become one of your external testers.

    reference from below link : https://subodhnpushpak.wordpress.com/2015/01/05/deploying-ios-apps-without-udid-to-beta-testers-using-testflight-beta-testing/