Automate publishing iOS apps

Asked

Viewed 86 times

2

I work by creating apps on demand (for Android and iOS). Apps have the same features and only differ in style, which is defined by customers.

In the case of Android I was able to automate the entire process of creating and submitting apps to the play store. Through Gradle and command lines executed at the prompt/terminal I can generate the . apk and submit it in the play store (A PHP script does everything for me).

Is there any way to do the same thing on iOS?

1 answer

3


There is a lib called Fastlane, which also works for Android, in which it is possible to automate publishing tasks. In this link you find a tutorial, in English, on how to configure it.

  • Excellent! Thank you very much! That helped a lot!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.