AbsaOSS / rn-indy-sdk

This code was starting point of https://github.com/hyperledger/indy-sdk-react-native where the work continues.
Apache License 2.0
11 stars 6 forks source link

Feature/ios present-proof #52

Closed JamesKEbert closed 3 years ago

JamesKEbert commented 3 years ago

Adds support for present-proof in iOS. Fixed schema parsing in iOS. Adds deprecation notice on relevant functions and corresponding method creation todos (as noted in indy-sdk). Moves Java Presentation Search methods to Anoncreds' section.

Still need to add verify proof in iOS, but ended up needing to do that as a separate PR.

icc-romeu commented 3 years ago

👏Nice one @JamesKEbert ! I see there is still work to be done. May I help you there?

jakubkoci commented 3 years ago

Thanks @JamesKEbert 👍

JamesKEbert commented 3 years ago

For sure! @icc-romeu I would definitely not be opposed to help there. The only thing left really was to alter the verifierVerifyProof() method to also work in iOS, which I don't think is a significant lift. I just didn't have the app environment I was working in set up yesterday to really test the functionality.