Requirements
Thw topic lists the minimum requirements that the mobile application, as well as the devices integrating the Nevis Mobile Authentication SDK need to meet.
We first show you what is required for the development phase of the mobile application, then what changes you need to make to move from the development phase to the phase where the mobile application is prepared for a production release.
The SDK has to be compatible with the version deployed in the Nevis Mobile Authentication backend.
Mobile device requirements
The following prerequisites have to be met by any mobile device to run an application integrating the Nevis Mobile SDK:
- The client device has to fulfill the minimum OS requirements listed for the individual platforms.
- The SDK requires the presence of the following:
- TEE on the Android device. If the device does not provide a TEE, the SDK returns an exception during initialization.
- Secure Enclave on iOS device. All supported iOS devices provide a SE.
- A device locking mechanism has to be in place.
- The device is not to be rooted or jailbroken.
Nevis backend requirements
- Customer Authentication Cloud: Fully supported.
- Nevis Software Delivered / Identity Suite: Requires the nevisFIDO component version 1.11.0 or later, which applies to nevisAppliance versions 2.202102.x or later, as well as the LTS21 release.
Networking/TLS requirements
The usage of self-signed certificates or cleartext non-HTTPS traffic is not supported, trusted Root-CA signed certificates are required. One of the reasons are strict requirements imposed by Apple regarding trusted TLS certificates.
Software requirements
- Android/Kotlin/Java
- iOS/Swift
- Flutter/Dart
- React Native/TypeScript
- Android 6 or later, with API level 23
- Android 10 or later, with API level 29, for the biometric authenticator to work
- Android 11 or later, with API level 30, for the device passcode authenticator to work
- Android Studio 3.5.1 or later
- 64-bit Oracle Java SE 8
- OpenJDK 8, 11
- Application has to be composed of a root module, and a single application module
android.permission.USE_BIOMETRIC
andandroid.permission.USE_FINGERPRINT
permissions
If Gradle is used, the Android Gradle plugin version is to be between 3.2 - 7.1.3. This is a restriction forced upon the application due to protecting framework used by the Nevis Mobile Authentication SDK.
- iOS 12 or later
- Xcode 14.3.1 is required, including Swift 5.8.1 or later
- iOS 12 or later
- Xcode 14.3.1 is required, including Swift 5.8.1 or later
- Android 6 or later, with API level 23
- Android 10 or later, with API level 29, for the biometric authenticator to work
- Android 11 or later, with API level 30, for the device passcode authenticator to work
- Gradle 7.4 or later
- Android Gradle Plugin
com.android.tools.build:gradle
7.0.0 or later - Kotlin Gradle Plugin
org.jetbrains.kotlin:kotlin-gradle-plugin
1.8.0 or later - Flutter SDK 3.x, stable channel
- iOS 12.4 or later
- Xcode 14.x, including Swift 5.7
- Android 6 or later, with API level 23
- Android 10 or later, with API level 29, for the biometric authenticator to work
- Android 11 or later, with API level 30, for the device passcode authenticator to work
- Gradle 7.4 or later
- Android Gradle Plugin
com.android.tools.build:gradle
7.4.2 or later - Kotlin Gradle Plugin
org.jetbrains.kotlin:kotlin-gradle-plugin
1.8.21 or later - React Native 0.72.x