SenseCrypt eID v3.0.7
  • Introduction
    • Privacy Preserving Biometric Verifiability
    • Principles of Privacy Preserving Face Verification
  • SenseCrypt Server
    • Licensing and Authorization
    • Starting the server
    • Using the Swagger Docs page
      • Authorization
      • Generating your first SensePrint eID QR
      • Generating a raw SensePrint
      • Decrypting a raw SensePrint
    • Accessing the server for testing
    • Liveness Image Requirements
  • SenseCrypt Mobile SDKs
    • Licensing and Authorization
    • Android SDKs
    • iOS SDKs
  • Conclusion
Powered by GitBook
On this page
  1. SenseCrypt Mobile SDKs

Licensing and Authorization

Information about licensing and authorization for the mobile SDK

PreviousSenseCrypt Mobile SDKsNextAndroid SDKs

Last updated 1 year ago

The licensing for the Mobile SDKs is determined by a license file called mobile.lic. This file is located in the root folder of the distribution bundle.

Android Online / Offline SDKs

The Android SDKs online and offline SDKs are located in the sensecrypt-android-sdk-online and sensecrypt-android-sdk-offlinefolders respectively.

The mobile.lic file must be copied to the app/src/main/assets folder of both the online and offline SDKs. This is shown below for the offline SDK (in Android Studio):

While the above image shows the location for the offline SDK, the online SDK follows a similar structure.

Location of core SDK library and the mobile.lic file