Migrating from 1.6.14 to 8.1.0 – GBG IDscan Documentation

Migrating from 1.6.14 to 8.1.0

Changed how we add MJCS to project

            Please refer to a section: Android Studio – Maven.

Changed package name, to “com.idscan.mjcs”

  • More information in JavaDocs under name mjcs-api-docs

Changed init function name.

  • From IDSmart.init(context) to MJCS.init(context)
  • More information in JavaDocs under name mjcs-api-docs

Changed response objects for DocumentScannerService:

  • We no longer provide a response in Metadata Object but in ‘com.idscan.ides.Document’
  • The result is unified under Document class and we no longer support scanner types as this is done from model links.
  • Legacy “MachineReadableZoneMetadataObject” OCR results are removed and we offer server results as they have higher accuracy.
  • More information in JavaDocs under name mjcs-core-api-docs

Changed endpoints and their actions:

  • Changed endpoints for users using a reverse proxy or similar. Changes reflect increased security with 8.0.0 IEOS servers.
  • From idscanenterprisesvc/scan/send to idscanenterprisesvc/journey/upload
  • From idscanenterprisesvc/search/getentryresult/ to idscanenterprisesvc/journey/get/
  • Refer for updated actions in section “Concept of IEOS driven Onboarding Journeys”
  • More information in JavaDocs under name mcjs-web-api-docs
Was this page helpful?