Unable to install iOS application on SeeTest cloud device

Hi,
I want to run my test cases on SeeTest Cloud device, but I’m not able to do it. When I want to install app or run test I receive this error: The application installation on device iPhone7plus has failed
ApplicationVerificationFailed: Failed to verify code signature of… A valid providioning profile for this executable was not found.

Thanks for help!

Hi Rada,

which application are you trying to install? can you share the IPA with me on a private message?

Hi,
I couldn’t install the app the app from Appium Studio when reserving a device, but later on managed to install it via Seetest Cloud web app using cloud the same device. Should it be possible to install the app via Appium Studio when reserving it?
Thanks,
Rada

Yes Rada

You need to upload your app into the cloud

then you can use

dc.setCapability("app", "cloud:" + yourAppBundleID)

the cloud: prefix works for applications that were uploaded to your project

From the UI :
https://docs.experitest.com/display/public/DAL/Import+Applications

Using the API :
https://docs.experitest.com/display/public/GEWM/Manage+applications+with+Grid+API