Cordova SDK
Credolab Cordova SDK is a set of libraries designed to capture a client’s digital footprint from mobile devices for future processing of scorecards and fragments.
Pick The Right Modules
The Credolab Cordova SDK is modular by design. At its foundation is a single mandatory Core module, which operates without accessing any runtime permissions. All additional features are provided through optional modules and plugins, each requesting only the specific permissions they require. This approach allows you to begin integration with just the modules that align with your app's existing permission set, keeping the implementation flexible, secure, and fully permission-scoped.

Cordova SDK Module scheme
Versions
Mandatory module version
Artifact ID | Version |
---|---|
| 5.5.0 |
Android optional module versions
Artifact ID | Version |
---|---|
| 5.0.0 |
| 5.0.0 |
| 5.2.0 |
| 5.0.0 |
| 5.0.0 |
| 5.1.0 |
| 5.1.0 |
| 5.0.0 |
| 5.0.0 |
iOS optional module versions
Artifact ID | Version |
---|---|
| 5.2.0 |
| 5.2.0 |
| 5.2.0 |
| 5.2.0 |
| 5.2.0 |
| 5.1.0 |
SDK Description
Our developed modules are categorized based on runtime permissions. To determine which permissions are associated with each module, please refer to theAndroid SDK or iOS SDK documentation.
Optional Android Modules
Built on top of native Credolab SDK for Android:
Optional iOS Modules
Built on top of native Credolab SDK for iOS:
Please note that Behavioral Module, CredoAppBehavioral, Logging Plugin, CredoAppLogging are not available for Cordova.
Mobile Data Flow

- Mobile Client triggers the Core Module to start data collection
- The Core Module collects data from attached modules and returns an encrypted dataset
- Mobile Client sends the dataset to Credolab via a Reverse Proxy with a unique reference number
- Client's Server requests scores and insights from Credolab using that reference number
Updated 16 days ago