How do you distribute beta iOS apps to your team without using test flight?

前端 未结 6 1176
抹茶落季
抹茶落季 2021-01-29 08:28

I have build an app. i want to distribute it to lots of user until it get approved from Apple.

I don\'t want to use test flight and other third part di

相关标签:
6条回答
  • 2021-01-29 08:38

    You could use an alternate app distribution system such as HockeyApp.

    Is there a special reason you don't want to use TestFlight?

    0 讨论(0)
  • 2021-01-29 08:44

    There are lots of third party app distribution available over net.

    You can use Diwai , Hockey , but you have to make sure that user device id must be present in the provisioning profile from which you have made the build.

    0 讨论(0)
  • 2021-01-29 08:47

    You can create ipa using distribution profile, then you share it over mail, or any share medium. Generally I use dropbox. you can refer this link to share. http://dr-palaniraja.blogspot.in/2011/06/distribute-your-iphoneipad-adhoc-builds.html

    0 讨论(0)
  • 2021-01-29 08:49

    I usually use Crashlytics Beta, a Fabric product.

    0 讨论(0)
  • 2021-01-29 09:02

    Try diawi Diawi is a tool for iOS developers to deploy Development and Ad hoc iOS applications directly to the device. Source: Diawi

    0 讨论(0)
  • 2021-01-29 09:02

    Try testFairy, it is easy to use and will not require any app. Just upload your .ipa, inform your teammates and they will be able to install your app from the email sent (like the old testFlight).

    0 讨论(0)
提交回复
热议问题