Skip to content

Migration Guide: From 7.5 To 7.6

Mobile

iOS

Minimum Deployment target version changed from 12.0 to 13.0.

Deprecated Fields and Methods

  • Field sessionLogFolder in RGLProcessParams class is now deprecated. Use RGLDocumentReaderResults.transactionInfo.sessionLogFolder instead.
  • Method status in DocumentReaderAuthenticityResult class is now deprecated. Use RGLDocumentReaderResults.status.detailsOptical.security instead.
  • Field perspectiveAngle in RGLProcessParams class is now deprecated.

Android

Content of the package com.regula.documentreader.api.ble entirely moved to com.regula.common.ble. All related imports need to be updated:

import com.regula.common.ble.BLEWrapper;
import com.regula.common.ble.BleWrapperCallback;
import com.regula.common.ble.RegulaBleService;
import com.regula.common.ble.callback.BleManagerCallback;
import com.regula.documentreader.api.ble.BLEWrapper;
import com.regula.documentreader.api.ble.BleWrapperCallback;
import com.regula.documentreader.api.ble.RegulaBleService;
import com.regula.documentreader.api.ble.callback.BleManagerCallback;

Deprecated Fields and Methods

  • Field sessionLogFolder in ProcessParam class is now deprecated. Use DocumentReaderResults.transactionInfo.sessionLogFolder instead.
  • Method getStatus() in DocumentReaderAuthenticityResult class is now deprecated. Use DocumentReaderResults.status.getDetailsOptical().getSecurity() instead.
  • Field perspectiveAngle in ProcessParam class is now deprecated.

For more details, see the Mobile API Reference Documentation.

Web Component

UI and UX Changes

The position of the hint status message, defined by the statusPositionMultiplier parameter, is now calculated relative to the entire camera screen instead of the camera frame, as it was previously.

Web Clients

Python client package name updated:

regula_documentreader_webclient

regula.documentreader.webclient