iOS Parsing SDK Updates March 2025
1 update to the iOS ID Parsing SDK
iOS ID Parsing SDK 2.250513.1
Added
-
setLicense(_ license: String) -> Bool
- This function is the new method for passing the license key to the SDK. Returns true if the license is valid.
-
parse(_ trackString: String) -> [String: String]?
- This function passes the trackstring of the document and returns as a dictionary for all data fields.
Changed
- The MRZ and PDF417 dependencies have now been combined into one dependency (IDScanIDParser).
- Parsed data fields are now return in a Dictionary format.
- License keys can now view validation in the client side code with feature enabling from IDScan.net