iOS Global IQA SDK Integration Guide (V1.4.0)

Overview

AAIGlobalIQASDK contains four modules, the core module AAIGlobalIQASDK, the model resources module AAIGlobalIQAModel, the default UI module AAIGlobalIQAUI, the dependency module AAINetwork and AAICore.

SDK requirements and limitations as below:

Compliance Explanation

Click to view the compliance explanation

Migration Guides

  1. When migrating from older version to 1.4.x, you need to modify your Podfile to add other SDK dependencies (AAIGlobalIQAUI, AAIGlobalIQAModel and AAICore).
  2. When migrating from 1.0.x to 1.1.x or higher, you need to modify your Podfile to reintegrate the SDK(including SDK dependency AAINetwork).

Run demo project

  1. Download the AAIGlobalIQASDK and extract it, then navigate to the directory of AAIGlobalIQASDKSwiftDemo project and install the dependencies:

  2. Open xcworkspace file in Xcode.

  3. Specify your license, and configure region and cardType and cardSide.

  4. Run.

  5. The project includes DefaultUsageDemo, CustomUIDemo1, CustomUIDemo2, and CustomUIDemo4 which demonstrate the default UI module and various customized UI effects based on the default UI module. The CameraViewDemo1 section provides usage examples for the core AAIIQACameraWrapperView component.

Integration

FAQ

See FAQ for common questions and answers.

Release Notes

See iOS IQA SDK release history for more details.