Skip to content

Releases: BlinkID/blinkid-ios

v1.0.0

28 Jul 12:38
Compare
Choose a tag to compare
  • Initial official BlinkID SDK version
  • Added CocoaPods integration and travis-ci validation
  • Changes in Direct processing API
    • You are no longer required to call PPCoordinator initializeRecognizers and PPCoordinator terminateRecognizers.
    • Instead, initializeRecognizers is called lazily on first call of processImage method.
    • terminateRecognizers is called automatically in PPCoordinator destructor
  • Added support for autorotation of PPScanningViewController. To support autorotation, use PPScanningViewController's new properties autorotate and supportedOrientations
  • Added didOutputMetadata: callback method to PPOverlayViewControllers
  • Fixed bug which caused Overlay events to be called when direct API is used. Direct API now only reports events to PPScanDelegate instance.
  • Fixed bug which caused image property of PPImageMetadata not take the image orientation into account
  • PPMetadataSettings cleanup
  • PPApp class no longer part of public API