0

I have developing an app and I have users testing the app for me and there are times that I need to fix a bug and re-upload my app to my site and for my beta testers to download to the newest version. My question is if there is a way for my app to check if there is a new version on the site for it to download and install?

Please remember that I am not going through the app store as of yet, but just having a couple of friends test my application.

Seb
  • 3,414
  • 10
  • 73
  • 106

3 Answers3

2

You can use Testflight to distribute your app's beta among your friends. In order to do that you will just need to archive your app in Xcode and to upload it to Testflight. Your testers will get notifications on app's builds updates via email and will be able download new builds OTA.

Maksim
  • 2,054
  • 3
  • 17
  • 33
  • Just tried this over the weekend. SO far everything seems to be running fine. Thank you. – Seb Apr 30 '12 at 13:21
  • You welcome, this tool is one of the most useful non-Apple tools for iOS-development. – Maksim May 01 '12 at 05:56
1

Yes, it is possible with TestFlight.

Yusuf X
  • 14,513
  • 5
  • 35
  • 47
0

no, its not possible yet.

your app can check if an update is availble and then redirect users into the app store page, but you cant update OTA like the core iOS can

cpjolicoeur
  • 12,766
  • 7
  • 48
  • 59