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?
Excellent! Thank you very much! That helped a lot!
– Breno Macena