This repository contains mobile clients for b_verify to independently verify witnessed statements.
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.
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.