Search code examples
iosios-ui-automationappium

Can I launch app which is installed on iPhone using appium without providing .app path


I want to launch an already installed app on iPhone/iOS simulator without providing .app or .zip path. Since I do not have those files with me now. Is it possible? Can I launch by just providing bunddle Id. Thanks in advance


Solution

  • Due to my knowledge only accepts paths to .app files. BUT:

    When an *.app is installed on the simulator device it is stored at:

    ~/Library/Application Support/iPhone Simulator/User/Applications/
    

    So, just pass a link to the .app there will launch the application too.