Setup
Bluetooth pairing with Biometric Wallet
In order to develope android application with D'CENT biometric wallet, you must first connect your mobile phone together with the Biometric Wallet via Bluetooth pairing. Bluetooth pairing is required only once during the initial connection setup.
Android App Setup
You can develop wallet application using D'CENT Andoird SDK.
The .aar
file in output directory is our sdk library file.
Copy dcent-biometric-sdk-android-vX.X.aar
file to libs
folder in your android application project.
Add the following to your build.gradle and manifest file:
build.glade(:app)
AndroidManifest.xml
Last updated