Is there any possibility to launch two diff. apps in iOS at a time using appium?

iOS Automation, launching two diff. apps

yes you can start two appium servers on different ports, connect two devices and launch the app.

works with xCode 7.1.1

Thanks Alot :smile:
I think my question is not clear, let say I have already launched my app and concurrently can I launch setting app as well?

launching an app in just creating driver object with suitable capabilities, yes you can.

I think its not possible in iOS.

So if u already launched u r test app using one driver object
and u try to launch settings app using another driver object then u r actually creating a new session

So in a single appium session in iOS u cannot launch 2 app’s