tencent cloud

eKYC

Release Notes and Announcements
Release Notes
Product Announcements
Product Introduction
Overview
Strengths
Use Cases
Purchase Guide
Billing Overview
Purchase Method
Payment Overdue
Refund
Integration Guide
Getting Started
Selfie Verification (Pure API)
Selfie Verification (Mobile HTML5)
Selfie Verification (App SDK)
Identity Verification (Mobile HTML5)
Identity Verification (App SDK)
Other Guide
API Documentation
History
Introduction
API Category
Making API Requests
Selfie Verification (Pure API) APIs
Selfie Verification (App SDK) APIs
Identity Verification (App SDK) APIs
Identity Verification(Mobile HTML5) APIs
AI Face Shield (Pure API) APIs
Other APIs
Data Types
Error Codes
FAQs
Contact Us
Glossary
eKYC Policy
Privacy Policy
Data Processing And Security Agreement
Service Level Agreement

FAQs

PDF
Focus Mode
Font Size
Last updated: 2022-06-09 15:51:34

Backend FAQs

What is the limit on concurrent API calls?

The default QPS is 5 calls/sec. If this does not meet your needs, you can contact us to increase the limit.

Resource passing FAQs

SDK integration FAQs

What should I do if "Invoke-customs are only supported starting with Android O (--min-api 26)" appears?

Add the following configuration to the build.gradle file:
// Java 1.8 is supported
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

What should I do if there is a resource exception caused by the obfuscation tool AndResGuard used by the integrator?

Add the following obfuscation configuration:
// for HuiYanSDK
"R.string.ocr_*",
"R.string.rst_*",
"R.string.net_*",
"R.string.msg_*",
"R.string.fl_*",

Errors on devices with an earlier version of system

// Vector diagrams for earlier versions
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'

You need to update the support dependencies to the latest version (v28.0.0):
implementation 'com.android.support:appcompat-v7:28.0.0'

// A component library compatible with vector diagrams for earlier versions
implementation 'com.android.support:support-vector-drawable:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback