Installation
Dependencies
Wultra OSS JS libraries:
Wultra Closed-Source native libraries:
- on Android:
    - Wultra Device Fingerprint for Android (Closed source)
- Wultra Activation Spawn for Android (Closed Source)
 
- on Apple:
    - Wultra Device Fingerprint for Apple (Closed source)
- Wultra Activation Spawn for Apple (Closed Source)
 
Cordova Installation
Supported Platforms
The library is available for the following Apache Cordova (>=12.0.0) platforms:
- Android 7.0 (API 24) and newer (cordova-android version >=12.0.0)
- iOS 11.0 and newer (cordova-ios version >=7.0.0)
How To Install
1. Setup ~/.netrc file
Create (or append to if it already exists) ~/.netrc file in your home directory with the following credentials you were provided by Wultra staff:
   machine wultra.jfrog.io
         login [[email protected]]
         password [password]
2. Install plugins via the Cordova plugin installer
cordova plugin add cordova-activation-spawn
2. Install pods for iOS (if needed)
To make integration work with iOS, you might need to install Pods (needed for native dependencies):
cd platforms/ios
pod install
3. Start using the library
const application = new WASApplication(
   "mtoken",
   "123456789",
   "com.example.app",
   "demo"
)
console.log(`Testing if the package is available: ${application.deeplinkScheme}`)
Read next
Last updated on Oct 10, 2025 (16:17)
    
    Edit on Github
    
    Send Feedback