Appium runs very slow in real iOS devices

Hi,

    I am running appium test script in iOS device (8.1v) and using Appium 1.3.7 version.
Its very slow and 4 times slower than iOS simulator ,Android device and emulator.Is there any way to speed up the test execution in iOS device?

it is Apple limitation. 1 command in sec.

Maybe you should start from here https://github.com/facebook/instruments-without-delay

I didn’t try it yet - I’m still working with SIM, but it sound like a solution - read “how it works” section. If you decide to try this put some info here about results.

Regards,
Mike

it is already in Appium but working only with iOS Simulators. with real device no way.
more info: http://appium.io/slate/en/master/?java#server-flags

Thanks for the reply. So, no way to run faster in real devices.Is there any hack to run the script faster in iOS devices?