These docs are for v2.6. Click to read the latest docs for v3.1.

credolabSDK for iOS is a Swift library designed to capture a client’s digital footprint from an iOS device and upload it to the credolab web service for future processing of scorecards and fragments.

Versions

πŸ“˜

Go to the "Declare dependencies" section of the iOS SDK documentation to learn how to resolve these artifacts in your project

Dependency NameVersion
CredoAppCore3.1.1
CredoAppBehavioral3.1.0
CredoAppCalendarEvents3.0.0
CredoAppCalendarReminders3.0.0
CredoAppContacts3.0.0
CredoAppMusic3.0.0
CredoAppMedia3.0.0
CredoAppIovation3.1.0
CredoAppLogging3.0.0
FraudForce5.4.1

Modules

CredoAppCore

πŸ“₯

Main module

Mandatory

Extracts various metadata connected with device characteristics and configuration. This includes info about the device brand, model, total and available free memory, and other data describing the device.

Permissions

Doesn't require permission declaration

CredoAppBehavioral

πŸ“¦

Additional module

Extracts metadata related to the user’s in-app behavior, such as taps, text input, etc.

Permissions

Doesn't require permission declaration

CredoAppContacts

πŸ“¦

Additional module

Extracts various metadata connected with Contacts and Contacts Group presented on the device.

Permissions

  • NSContactsUsageDescription

CredoAppCalendarEvents

πŸ“¦

Additional module

Extracts metadata connected with calendar events information presented on the device. This includes metadata of calendar events, such as whether an event has an organiser, location, alarm or not, etc.

Permissions

  • NSCalendarsUsageDescription

CredoAppCalendarReminders

πŸ“¦

Additional module

Extracts metadata connected with calendar reminder information presented on the device. This includes metadata of calendar reminders such as whether the reminder has notes, attendees, alarms or not, etc.

Permissions

  • NSRemindersUsageDescription

CredoAppMedia

πŸ“¦

Additional module

Extracts metadata connected with pictures, music, audio, and videos that are located in the device.

Permissions

  • NSPhotoLibraryUsageDescription

CredoAppMusic

πŸ“¦

Additional module

Extracts metadata connected with audio that is located on the device.

Permissions

  • NSAppleMusicUsageDescription

CredoAppIovation

πŸ“¦

Additional module

Extracts device profile metadata collected by TruValidate(formerly known as iovation) SDK, such as device type, geolocation & browser information, and system settings.

Permissions

Doesn't require permission declaration

Plugins

CredoAppLogging

πŸ“¦

Optional plugin, use this to allow credolab to monitor SDK errors

🚧

credolab highly recommends using a logging plugin to gain information for identifying and analysing a particular case.