Upgrade Guide

Summary
A guide for partners who are upgrading to a newer version of the MultiScan SDK from an existing implementation.
The latest version of MultiScan SDK is "23.11"

Steps to upgrade

  1. Follow install instructions to get the latest version – Key points to note below:
    Android distribution - Define new SDK version when adding Maven repo
    iOS distribution - Simply install the latest version using CocoaPods or Swift Package Manager.
  2. Replace any other instances of the old version number (e.g. “21.1”) in your code with the latest version number
  3. Fix any compilation issues that arise
  4. Test to check that the scans can be completed and are returning outputs correctly
  5. Ensure that the SDK output shows the version you have updated to

An example of the code changes applied in an upgrade is shown on GitHub (shows v23.9 to v23.10 upgrade).

Estimated time required: 1 day of work + QA
May vary depending on developers' familiarity with the SDK

Relevant links:

Quick Start Guide for the full MultiScan SDK integration process.