eu-digital-identity-wallet / eudi-lib-ios-wallet-kit

This repository contains the EUDI Wallet Kit library for iOS. The library is a part of the EUDI Wallet Reference Implementation project.
https://eu-digital-identity-wallet.github.io/eudi-lib-ios-wallet-kit/
Apache License 2.0
6 stars 8 forks source link

Return the QR code in a string representation to device engagement #41

Closed akarabashov closed 1 month ago

akarabashov commented 1 month ago

The current implementation of the library returns a QR code as a PNG image to device engagement. I suggest that the library return a string value instead. This change would increase flexibility, allowing users to generate QR images with the desired logos and resolution, or use the string in other ways. It would also make the API more consistent, since the Android library already returns a string for device engagement.

phisakel commented 1 month ago

Change included in main branch and tag 0.3.7