Kinegram eMRTD Connector SDK iOS - Changelog
- Add a flag
enableDiagnostics
to interface functions for enabling diagnostics in the DocVal server.
- Add support for setting custom HTTP headers for the WebSocket connection. See
connect
method in EmrtdConnector
class.
- Seperate github build jobs (no functional change to framework)
- Optimized github build action (no functional change)
- Added also validationID to ObjC interface
- Add a simplified and ObjectiveC compatible version, build as static framework. See folder
ObjCFramework
for more info.
- Improve documentation
- Rename library module from
KTAKinegramEmrtdConnector
to KinegramEmrtdConnector
!
Update your import statements accordingly.
- Add instruction to set "Team" in signings config to Readme
- Also parse the optional field "files_binary" in the EmrtdPassport Result JSON
- Show Details if Passive Authentication not successful
- Enforce Document Number to be Upper Case
- Minor Improvements to the Documentation
- Minor Improvements to the Documentation
- Improvements to the API of
EmrtdConnector
- Make Example App use revised EmrtdConnector API
- Additions to the Documentation