Releases: Acuant/iOSSDKV11
V11.2.5
-
Resolved an issue of parsing the authentication result (MOBILE-720)
-
Added support for Swift API (Objective C compatible) and updated the AcuantHGLiveness module (MOBILE-748)
public class func getFaceCaptureSession(delegate:AcuantHGLiveFaceCaptureDelegate?,captureDevice: AVCaptureDevice?, previewWidth: Int, previewHeight:Int)->FaceCaptureSession
-
Added support for Xcode 11.2.1 (MOBILE-736)
V11.2.4
- Resolved an issue with Acuant Camera to enable an image to return correct side up when captured in both landscape left and landscape right (MOBILE-681)
- Resolved an issue that caused the camera module to fail if the camera is rotated between landscape and portrait mode (MOBILE-686)
- Added support for XCode 11 and Swift 5.1 and updated the AcuantIPLiveness module (MOBILE-694)
- Added the AuthenticationSensitivity field to AcuantDocumentProcessing (MOBILE-695)
- Improved ID and Passport detection during live capture, enabling users to rotate the device from portrait to landscape and vice versa. Note that Portrait mode is required for image capture. (MOBILE-692)
- Improved the document capture interface (MOBILE-699)
- Added AcuantCameraOptions so that users can customize the camera interface (MOBILE-677)
Note: If using DocumentCaptureSession with a custom Controller, it is mandatory to trigger the capture by calling captureSession.enableCapture()
V11.2.3.1
- Added x86 architectures which are required to build on simulators
V11.2.3
- Resolved an issue where the camera view doesn't rotate on iPad mini 2 model running iOS 12 (MOBILE-677)
- Modified AVSettings to photo to ensure live capture is supported on iPhone 6 and earlier and updated the DPI calculation to scale with frame dimensions (MOBILE-674)
- Improved algorithms for sharpness and glare. The returned score may be either 0 or 100 (not a range) where 0 means glare and 100 means no glare (MOBILE-507)
- Significant improvements to the image capture speed
V11.2.2
• Added Objective C compatibility (MOBILE-606)
• Improved the Sample App to enable the user to choose either HG or IP liveness, based on the credentials provided. If user has the proper credentials, they can toggle between the two libraries (MOBILE-626)
• Added an ability to show text in different languages for AcuantIPLiveness module (MOBILE-629)
• Upgraded AcuantIPLiveness module with a new UI (MOBILE-638)
• Improved the cropping process by separating it into two steps: detect and crop. Detect returns the four corners of the document (MOBLE-641)
• Resolved an internal memory leak issue (MOBILE-652)
• Added Back button to AcuantCamera camera view (MOBILE-654)
• Added a new parameter to the AcuantCamera API to enable or disable Navigation bar (MOBILE-655)
V11.2.1
• Resolved a memory leak issue (MOBILE-601)
• Removed CroppingOptions class for cropping in AcuantImagePreparation (MOBILE-563)
• Removed ProcessingMode from the IdOptions class in AcuantDocumentProcessing (MOBILE-563)
• Divided IP liveness call into three steps (setup, capture, result) (MOBILE-566)
• Fixed iPhone 5S Auto Capture bug in AcuantCamera (MOBILE-579)
• Added real-time detection of the document border (configurable) and modified the Crop function to return corner points of the detected document (MOBILE-590)
• Modified the user authorization for Keyless SDK users (MOBILE-558)
V11.2.0.1
Updated the AcuantConfig.plist file
v11.2
v11.1
Acuant's latest SDK with most advanced image capture technology and optimized user workflow.
- Auto/live capture of documents
- Feedback on image capture quality, does several checks on the captured image to ensure its optimal quality
- Optimized image capture and processing workflow (reduces bad captures, unknowns, and poor results)
- SDK broken down into small different modules so that developers can include only the modules they want