Installation
Dependencies
- Wultra Device Fingerprint for Android (closed source)
- PowerAuth SDK for Mobile Apps (optional)
- PowerAuth Networking for Android (optional)
To understand why is PowerAuth optional and if you need it, follow the “Do I Need PowerAuth” section of this documentation.
Supported operating systems
The library is supported by the following operating systems:
- Android 4.4+
- Harmony OS
Gradle Integration
-
Adding Maven Repository
Add new Maven repositories pointing to Wultra Artifactory.
repositories { maven { url 'https://wultra.jfrog.io/artifactory/activation-spawn-android/' credentials { username = wultraArtifactoryUsername password = wultraArtifactoryPass } } maven { url 'https://wultra.jfrog.io/artifactory/device-fingerprint-android/' credentials { username = wultraArtifactoryUsername password = wultraArtifactoryPass } } }
-
Adding Project Dependency
Once you add the Maven repository, you can add activation spawn dependency to your Android project.
android { dependencies { // Activation Spawn With PowerAuth implementation "com.wultra.android.activationspawn:activation-spawn:${ACTIVATION_SPAWN_VERSION}" // Activation Spawn Without PowerAuth // implementation "com.wultra.android.activationspawn:activation-spawn-basic:${ACTIVATION_SPAWN_VERSION}" } }
Read next
Last updated on Jun 06, 2024 (09:34)
Edit on Github
Send Feedback