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.

Last updated