Open krishnakumar4a4 opened 1 year ago
This will be taken post 0.9 release
Intent based launching can be taken as a feature post 0.9 release, but changing the QR code data format can be done before release.
This requirement has been moved to Jira. Link to Jira ticket: https://mosip.atlassian.net/browse/MOSIP-26912
Background
The QR code structure used in INJI is a JSON with two fields. one of the field "cid" is holding dummy value and another field "pk" holds the hex encoded advertisement payload of verifier. {"cid":"ilB8l","pk":"4f56504d4f5349505f2f9377eb06"}
What should be done
We will implement the format of QR code data mentioned in specification. We need to put 32bytes of pubkey in QR code data to be compatible with IOS as well. Do not use JSON as we need the QR code data to be used or enabling deeplinks.
Points to Note