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

Android - Schema, Credential Definition, TAA & Issue Credentials #33

Closed TheArhaam closed 3 years ago

TheArhaam commented 3 years ago

List of methods added:

Out of the above methods, the following were throwing errors:

TheArhaam commented 3 years ago

@TimoGlastra I am yet to test it with the updated versions of libindy & JNA but created the draft PR so you could at least review the progress so far.

TheArhaam commented 3 years ago

Issuing of credential has been tested, it works as long as I bypass TAA since buildGetAcceptanceMechanismsRequest doesn't work. All the working methods have been kept in this branch and are ready for review.

TheArhaam commented 3 years ago

@TimoGlastra Yeah sure I'll create an issue for buildGetAcceptanceMechanismsRequest

May I know what errors you were facing though?

TheArhaam commented 3 years ago

@jakubkoci I've fixed the return types, do let me know if any other changes are required 😄