Parse and verify:
The folder Example contains a minimal functional demo app.
Remember to set your Team in the Signing & Capabilities settings for the
Target Example in this project, when building for an iOS device.
Add this framework to your Xcode project:
- Open your project in Xcode.
- Navigate to
File > Add Package Dependencies. - Enter the repository URL:
https://github.com/kurzdigital/vds-iosand add the package.
Here is a simple example:
import VDS
if let idbResult = IDBDecoder.decode(text) {
…
} else if let vdsResult = VDSDecoder.decode(bytes) {
…
} else if let vdsNcResult = VDSNCDecoder.decode(text) {
…
}If you encounter any issues or have any questions, we encourage you to open an issue in the GitHub issue tracker.