Hi
Thanks for the reply.
Actually with new version of Appium dot net driver. Appiumdriver class is now abstract
so we have separate Android and IOS drivers.
it is now:
just add the required namespace and instantiate using below:
public static AppiumDriver AdriverLocal;
AdriverLocal = new IOSDriver(new Uri(“http://10.XXX.XX.XXX:4723/wd/hub”), DCLocal);