feat(swift): expose IdentityCheck preset in Swift SDK#220
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Apr 21, 2026
f1d81ef to
71773ed
Compare
ce5b9d7 to
4a76aa5
Compare
4a76aa5 to
6413091
Compare
71773ed to
1371a3b
Compare
1371a3b to
61dc591
Compare
6413091 to
ce6d884
Compare
61dc591 to
f2b27a9
Compare
ce6d884 to
519e823
Compare
519e823 to
fc81712
Compare
f2b27a9 to
c96f05b
Compare
c96f05b to
9206c6f
Compare
fc81712 to
35d8ccf
Compare
35d8ccf to
eb9e87b
Compare
9206c6f to
25033ea
Compare
eb9e87b to
f4c67a7
Compare
25033ea to
da08539
Compare
4ea9a91 to
16ece0f
Compare
16ece0f to
fe0d86f
Compare
961b87a to
59cc4a6
Compare
fe0d86f to
e77627a
Compare
07ea956 to
dcf24dc
Compare
e77627a to
d87ea5c
Compare
d87ea5c to
6e4b9eb
Compare
6e4b9eb to
37d2e5c
Compare
37d2e5c to
a6577f0
Compare
d7f43e2 to
4a938ef
Compare
a6577f0 to
1bee3f6
Compare
Base automatically changed from
vladimirburdukov/remove-require-proof-of-humanity-from-identitycheck-preset
to
main
May 20, 2026 11:49
1bee3f6 to
682a9a7
Compare
Takaros999
approved these changes
May 28, 2026
| deviceLegacy(signal: signal) | ||
| case .selfieCheck: | ||
| selfieCheckLegacy(signal: signal) | ||
| case .identityCheckWith: |
Contributor
There was a problem hiding this comment.
same here, if we could make this dynamic (can be follow up pr)
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.
Summary
identityCheck()public function to the Swift SDK, returning a.identityCheckpreset with a list ofIdentityAttributevalues and an optionallegacySignallegacySignalpass-throughbuild-swift.shto usecargo run -p uniffi-bindgen(no ambientuniffi-bindgenbinary required) and adds--no-formatto skipswiftformatswift/README.mdwith a usage snippetTest plan
swift testpasses inswift/(newidentityChecktests)