Create a Distributed Debug Version for iOS-Responsive

Is it possible to create an .ipa distribution file for iOS , as is the case with Android? Is there a CLI command for this to respond?

I would like to be able to share an application that I'm working on with some testers, and don’t know how to do it on iOS .

+5
source share
1 answer

We use hockeyapp for this on both platforms. It also has an API with which you can connect to your ongoing integration to download prefabricated files and name them automatically. You can load and edit manually, of course. From there, users can download / update the latest builds, for example, in the store.

+1
source

Source: https://habr.com/ru/post/1273978/


All Articles