HomeGuidesAPI ReferenceChangelog
Log InChangelog
Guides

Requirements

🆕 Common requirements

  • The SDK requires the Aera Secure ID SDK as a peer dependency. Ensure to use the correct version delivered together with the Wallets SDK.
  • The SDK targets devices
    • Having secure hardware (TEE/Strongbox/Secure Enclave)
    • having a hardware backed keystore. Device types without this will be rejected
    • having lock screen enabled

See "Security" section for more security information.


Android

  • The Android SDK is provided as an independent Android library module
  • The SDK is using the Androidx support library structure
  • The SDK minimum version is Android 6 Marshmallow (ApiLevel 23)
    • Some ApiLevel 23 devices lack secure HW and are not supported by the SDK.

The following link provides data about the relative number of devices running a given version of the Android Platform.


🆕 iOS

  • The iOS SDK is provided as an independent XCFramework
  • The SDK is using basic libraries only, like Foundation and SwiftUI
  • The SDK minimum version is iOS 15