Closed
Conversation
What does this PR do? Add iosApp.entitlements for GetStart sample (used for iOS OpenID4VCI enrollment). Why are we making this change? iOS could not finish enrollment without this file; the associated-domains entitlement (applinks:apps.multipaz.org) is required for the OpenID4VCI enrollment flow. How was this tested? - Tested on Android: N/A (entitlements are iOS-only) - Tested on iOS: Follow https://developer.multipaz.org/docs/guides/facenet#ios-build to build the app, then run it and complete enrollment. Screenshots/Videos (if applicable) N/A Checklist - [x] Code follows project style guidelines - [x] Documentation updated (if needed) - [x] No breaking changes (or breaking changes are documented) Co-authored-by: Cursor <cursoragent@cursor.com>
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
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.
Add feature: iOS w3c DC #openwallet-foundation/multipaz#1603
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?
- 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
Made-with: Cursor