Skip to content

Mobile App Requirements

In this article you will learn the requirements of iOS and Androids apps in order to execute tests on Worksoft Saas.

If you intend to execute the automated tests on Real devices, note the following:

iOS:

  1. Apps must be formatted as .ipa file.
  2. Apps must support iOS versions 9.3.6 and higher.

Android:

  1. Apps must be built into an .apk file.
  2. Apps must be configured to have internet permissions.
  3. Apps must support Android versions 5.0 and higher.

If you intend to execute the automated tests on Simulators/Emulators, note the following:

iOS:

  1. Apps must be compressed into a .zip file (must include app directory).
  2. Apps must be compiled for the simulator/device version of your choice.
  3. Apps must support iOS versions 10.3 and higher.

Android:

  1. Apps must be built into an .apk file.
  2. Apps must be compiled for the simulator/device version of your choice.
  3. Apps must be configured to have internet permissions.
  4. Apps must support Android versions 5.0 and higher.

Note:

  1. Maximum Mobile App binary size supported is 1GB. While it is true that 1GB file is supported, most of the times App binaries are of < 100MB size.

Feedback and Knowledge Base