Essential integration checklist
- Add SDK dependency to build configuration
- Configure AndroidManifest.xml (Android) or Info.plist (iOS)
- Add
-force_loadto OTHER_LDFLAGS (iOS only) - Initialize SDK instance
- Set up availability and reader callbacks
- Implement credential derivation (preferably server-side)
- Implement secure credential storage
- Integrate
sendLogs()for support - (Optional) Integrate log viewer
- Test on physical device