Quintor / StudyBitsWallet

Apache License 2.0
4 stars 2 forks source link

Port to iOS #13

Open pimotte opened 5 years ago

pimotte commented 5 years ago

Currently, this application only works on Android. It would be nice to have an iOS application as well.

Possible paths to this:

In all three cases we'll need to use (or compile?) the iOS bindings: https://github.com/hyperledger/indy-sdk/blob/master/wrappers/ios/README.md

In the first two cases it would be nice to have a component that encapsulates the native functionality and delegates to the Android/iOS indy-sdk respectively.