Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1.03 KB

README.md

File metadata and controls

10 lines (6 loc) · 1.03 KB

BVerify-Mobile

This repository contains mobile clients for b_verify to independently verify witnessed statements.

iOS

The iOS version is built in Objective-C. Before you can build it, you will have to build the Mobile.framework, which is built from the go-bverify mobile folder (you need the gomobile bind -target=ios command). Once the Mobile.framework is in place you can build the app and run it on your phone.

Android

The Android version is built in Java. As with iOS, you need to build the mobile framework (mobile.aar), which is built from the go-bverify mobile folder (you need the gomobile bind -target=android command). Once the mobile.aar is built, you can place it in the correct location (the Android/mobile folder) and build the Android app using Android Studio.