blockchain-certificates / BlockcertsFramework-iOS

An iOS wallet for viewing, validating, and sharing certs
MIT License
20 stars 15 forks source link

Build actions around Certificates #8

Closed bedinotti closed 8 years ago

bedinotti commented 8 years ago
bedinotti commented 8 years ago

Preliminary work for Verify is complete. I seem to be hitting some weird network issues that @kimdhamilton is seeing too. So when I tap 'Verify' it just hangs and the UI forgets about it.

bedinotti commented 8 years ago

Share is implemented, although currently it only works with document providers (iCloud). We should circle back to this once we determine all the different avenues we want to support sharing.

Revoke is stubbed out as a *Request class, and the UI around calling it is completed. I just need to figure out how to have it spend bitcoin from the appropriate address to have the recipient effectively revoke the certificate.

kimdhamilton commented 8 years ago

Sounds good. Let me know if I can help with that

bedinotti commented 8 years ago

Verify and Share work currently. I'm going to file a separate issue to track getting the Revoke action to work, since it's out of scope for the October 2016 deadline.