I am creating a test setup for mobile devices that will deploy the mobile application that we created for REAL devices for Android and iOS. We have a bunch of devices and USB cables and USB hubs connected to the car :)
The mobile application will automatically run all unit tests upon deployment, and we have builds for Android and iOS. Deployment across multiple devices requires a script and the use of command-line tools for installation.
For Android, this is easy - using Android Debug Bridge (adb).
For iOS, it seems nothing exists to install the iOS application on the REAL iOS device from the command line.
Please, please, please, somebody there, let me know about the tool to do this!
Thanks so much for reading!
source share