driver.RemoveApp("com.int.iphone") throwing "unknown error ()"

Hi Team,

OS : iOS | Appium Studio : 11.0.57 | Language : C# | IDE : Visual Studio 2017

I’m trying to execute command driver.RemoveApp(“com.int.iphone”); from Visual Studio, but it ended up with exception “unknown error ()”
But i am not seeing any issues to execute the same command from Appium Studio

Could you please assist us on this

Thanks,
Saravanan

Hi @Saravanan_Palanivel

Thank you for letting us know about this issue.

In the meantime, you can make use of the following command:
driver.ExecuteScript("client:client.uninstall(\"com.int.iphone\")");

Thanks Nivi! It works!