Global IQA SDK React Native plugin Integration Guide

Overview

Android

iOS

pub.dev dependency

  1. Add pub spec.yaml dependency

  2. For the iOS platform,the following configurations need to be added:

    1. Add camera usage description in Info.plistas below. Ignore this step if you have added those

    2. Add the following code to the podfile file in your project

Quick Start

  1. Declare the plugin.

  2. Initialize the SDK.

  3. Get the SDK version number.

  4. Check license

    The license is obtained by your server calling our openAPI, you need to check license before starting the IQA activity.

  5. User binding (highly recommended).

    You can use this method to pass us your unique user ID, and we will establish a mapping relationship based on that ID. It's easy to track logs with us in case of problems.

  6. Start and Get Results

    We provide two ways to get images and detection results, you can get them directly through the SDK or you can request the results via IDVID.