Hey!
First of all, thank you for this project. We are in the process of replacing appium-device-farm with GADS.
I saw you are providing a fork of WebDriverAgent. I usually like to build the runner from source by passing our code-signing information to xcodebuild. This results in a .app package as you know.
I can install this directly using ideviceinstaller but GADS requires an ipa file. If I package the app package into an ipa, then the installation fails because of missing signature (even though the app package itself is signed properly).
We use this with appium-device-farm already but we would appreciate it, if you could also support .app packages from a path or something instead of uploading an ipa. Installing the app package using ideviceinstaller works fine.
Best regards
Hey!
First of all, thank you for this project. We are in the process of replacing appium-device-farm with GADS.
I saw you are providing a fork of WebDriverAgent. I usually like to build the runner from source by passing our code-signing information to xcodebuild. This results in a .app package as you know.
I can install this directly using ideviceinstaller but GADS requires an ipa file. If I package the app package into an ipa, then the installation fails because of missing signature (even though the app package itself is signed properly).
We use this with appium-device-farm already but we would appreciate it, if you could also support .app packages from a path or something instead of uploading an ipa. Installing the app package using ideviceinstaller works fine.
Best regards