Android SDK Overview
Last updated:2022-11-15
Android SDK Overview
JVerification Android
Modular Jiguang Developer SDK
The Jiguang Developer Service SDK uses a modular model: one core module (JCore) plus multiple services (JPush, JVerification, and so on). This makes it easier for developers to use one service or multiple services and greatly reduces duplicated functional modules when multiple modules are used together. See the figure below:
Package Description
The downloadable JVerification Android SDK package generally contains the following parts:
- AndroidManifest.xml
- Configuration file for client SDK embedding reference.
- libs/jcore-android_1.x.x.jar
- SDK core package.
- libs/xxx/xx.so
- SO files required by the SDK.
- libs/jverification-android-sdk_1.x.x.jar
- SDK jverification package.
- example
- A complete Android project that demonstrates the basic usage of the JVerification SDK and can be used as a reference.
Integration Method
The SDK currently supports only Android 2.3 or later. See: Android SDK Integration Guide
API Description
See: Android SDK API
Technical Support
When problems occur:
- Please read the documentation carefully and check whether anything has been missed.
- Email our support team: support@jiguang.cn
To resolve the issue more quickly, please provide the following information when seeking help:
- Provide the appKey.
- If it is an SDK issue, provide the corresponding SDK version and complete logs.
Was this document helpful?