Skip to content

System Requirements#

iOS installations#

FaceEngine requires:

  • iOS version 11.0.

For development:

  • XCode 11.4.

Hardware requirements#

Mobile installations#

CPU requirements#

Note: Fat libraries are provided within iOS frameworks.

Note: Bitcode-enabled libraries are available for iOS.

Memory requirements#

RAM requirements are given for common for mobile platform verification pipeline.

Storage is amount of space specific version of installation takes on device. For iOS app thinning before deployment is assumed. As the result *.frameworks files in your final app archive will occupy (up to 30-60%, depending on platform) less storage space compared to ones found in the distribution.

"Memory requirements"

Requirements for iOS
RAM 400 MB
Storage Full 200 MB
Storage Frontend 170 MB

Number of threads on mobile devices#

The description of according settings you can find in "Configuration Guide - Runtime settings". The setting <param name="numThreads" type="Value::Int1" x="-1" /> means that will be taken the maximum number of available threads. This number of threads is equal to according number of available processor cores. We strongly recommend you to follow this recommendation; otherwise, performance can be significantly reduced.

Back to top