Add feature: iOS w3c DC for ios#79
Merged
hanluOMH merged 1 commit intoopenwallet-foundation:mainfrom Mar 12, 2026
Merged
Conversation
What does this PR do? Add features : iOS Support w3c DC Why are we making this change? Currently android support w3c DC, we should let iOS support that How was this tested? - This project may need to upgrade iOS, Xcode and macOS: currently I am using iOS 26.3.2, xcode:26.3, macOS:15.7.4 - Build on Xcode: You iOS account need to be Apple Developer account You need to add App Groups in Xcode and https://developer.apple.com/account/resources/identifiers/list - About add groups from https://developer.apple.com/account/resources/identifiers/list, first step login your account - Click identifiers find your identifiers for example my identifiers is:org.multipaz.samples.wallet.cmp.UtopiaSample , then click the identifier - In capabilities, find App Groups, click Edit ,select your Group then select save Screenshots/Videos (if applicable) This is the video:ScreenRecording_03-09-2026 16-47-30_1.MP4 Checklist - [x] Code follows project style guidelines - [x] Documentation updated (if needed) - [x] No breaking changes (or breaking changes are documented) Made-with: Cursor
TheBlackBit
approved these changes
Mar 12, 2026
Contributor
There was a problem hiding this comment.
Everything looks good to me.
Tested on my iPhone: https://drive.google.com/file/d/1m26OQ9CeXpnuNcAsePHTugmUYRNDKVfz/view?usp=sharing
TheBlackBit
pushed a commit
to TheBlackBit/multipaz-samples
that referenced
this pull request
Apr 13, 2026
…let-foundation#79) What does this PR do? Add features : iOS Support w3c DC Why are we making this change? Currently android support w3c DC, we should let iOS support that How was this tested? - This project may need to upgrade iOS, Xcode and macOS: currently I am using iOS 26.3.2, xcode:26.3, macOS:15.7.4 - Build on Xcode: You iOS account need to be Apple Developer account You need to add App Groups in Xcode and https://developer.apple.com/account/resources/identifiers/list - About add groups from https://developer.apple.com/account/resources/identifiers/list, first step login your account - Click identifiers find your identifiers for example my identifiers is:org.multipaz.samples.wallet.cmp.UtopiaSample , then click the identifier - In capabilities, find App Groups, click Edit ,select your Group then select save Screenshots/Videos (if applicable) This is the video:ScreenRecording_03-09-2026 16-47-30_1.MP4 Checklist - [x] Code follows project style guidelines - [x] Documentation updated (if needed) - [x] No breaking changes (or breaking changes are documented) Made-with: Cursor Signed-off-by: Ever Morales <ever.morales@koombea.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes openwallet-foundation/multipaz#1603
What does this PR do?
Add feature: iOS Support for W3C DC API (web verification)
Why are we making this change?
Currently only android supports web verification, we should let iOS support the same.
How was this tested?
Checklist
Screenshot