Page 1 of 1

Appery test app iOS

Posted: Fri Jun 26, 2015 1:22 pm
by Bobby

Does the appery test app for iOS run slowly? Because I have an app that calls a create service in a loop and when I test it through the test app (I have to use the test app because my app has native capabilities), it takes half an hour to make a few hundred creations. That seems slow. Also I remember it was under maintenance for a long time. Just wondering if that is a possibility or if I have to find a more efficient way to do what I want to do.
thanks!


Appery test app iOS

Posted: Fri Jun 26, 2015 2:35 pm
by Illya Stepanov

Hi Bobby -

REST services time execution could affect such slowness, it is better to run such amount of requests on server side, not on a client side.


Appery test app iOS

Posted: Fri Jun 26, 2015 3:53 pm
by Bobby

I run a contacts device service on a button press and inside the contacts service it calls a create service over and over. How else would I do this?