Search code examples
iosota

Is it possible for an app to update OTA


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.


Solution

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