Inform SDK Mobile Quick Start Guides
In this section, you will find step-by-step guides on how to integrate the Validic Mobile Inform SDK (v2.x) libraries into your mobile project with in-depth explanations of each feature.
Feature Matrix
The modules/frameworks supported by each Inform SDK (v2.x) are listed below:
| FRAMEWORK/ MODULE | iOS native | Android native | Cordova (iOS/Android) | React Native (iOS/Android) | Flutter (iOS/Android) |
|---|---|---|---|---|---|
| SESSION (CORE/SHARED) | Supported | Supported | Supported | Supported | Supported |
| BLUETOOTH | Supported | Supported | Supported | Supported | Supported |
| LIFESCAN ONETOUCH MCK | Supported | Supported | Not Supported | Not Supported | Not Supported |
| APPLE HEALTH AGGREGATOR | Supported | Not Supported | Supported | Supported | Supported |
| APPLE HEALTH HIGH-FREQUENCY DATA (INTRADAY) | Supported | Not Supported | Not Supported | Not Supported | Not Supported |
| HEALTH CONNECT AGGREGATOR | Not Supported | Supported | Supported | Supported | Supported |
| VITALSNAP (OCR) | Supported | Supported | Supported | Supported | Not Supported |
🚨 If you are currently using our v1.x SDK, you can review the migration guides for more information on how to upgrade.
Valid user session required
A valid session is required in order to use any of the modules in the Validic SDK.
A Validic user must first be provisioned using the Validic API. Then you can start a session in the SDK using their Inform user credentials.
All mobile operations will fail if a valid user session has not been started first.
Updated about 2 months ago
