Authenteq API Documentation
  • Introduction
  • Create an Account
  • Documentation
    • Change Log
      • Mobile SDK
      • Web and API
    • Migration Guides
      • Mobile SDK 1.63 & WebIDV
      • Multi-Document Flow
    • Version Support
  • Mobile SDK
    • iOS
      • iOS Requirements
      • Installation
      • Identification
        • Identification Result
        • Document Identification Result
      • Face Authentication
      • Errors
      • Customization
    • Android
      • Android Requirements
      • Installation
      • Identification
        • Identification Result
        • Document Identification Result
      • Face Authentication
      • Customization
    • React Native
      • iOS
      • Android
    • Flutter
      • iOS
      • Android
    • Authentication Token
    • UI Customization
    • Examples
  • Web
    • Web Overview
    • Getting Started
    • How to Integrate Web?
    • Examples
    • API Reference
  • Export
    • Export Overview
    • API Reference
  • Webhook
    • Webhook Overview
  • AML
    • AML Overview
    • API Reference
  • Verification Links
    • Verification Links Overview
  • Recognition
    • Recognition Overview
    • API Reference
Powered by GitBook
On this page

Was this helpful?

  1. Documentation

Migration Guides

Updating to the most recent version of the Authenteq SDK:

  • When using ReactNative: Run npm update react-native-authenteq-flow

    • iOS: Enter the project directory and run pod update

    • Android: Gradle will automatically upgrade to the newest version.

  • When developing a Native App: Specify the new release version in the correct configuration file:

    • iOS: Update the Podfile with the new version and then run pod update

    • Android: Update the build.gradle file with the most recent version and save.

Some versions of the Authenteq SDK will require minor changes on your side to be compatible. Please see the subsection for more details.

PreviousWeb and APINextMobile SDK 1.63 & WebIDV

Last updated 4 years ago

Was this helpful?