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
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.