This repository contains a simple example client showing how to use Fidesmo Service capabilities. In order to test them, please follow these steps:
- Install the Fidesmo App in an NFC-enabled Android phone.
- Build this Service Delivery Demo (see instructions below) and install it in the same phone.
- You can test the Service Delivery API just by using the default values that appear pre-filled in the fields. They point to an example Service Provider with some available services, for example
transceive
,install
,mifare
andmifare-pay
. Its commented source code is stored here. - Push the button to launch the Fidesmo App and deliver the service to a card.
- Clone this repository
- In the project's root directory, type
./gradlew build
- To install the app into a connected phone or an emulator, type
./gradlew installDebug
oradb install build/apk/android-service-delivery-demo-debug-unaligned.apk
- Clone this repository
- In Android Studio, go to menu File -> Import Project
- In the dialog box "Select Gradle Project Import", find this project's root directory in your filesystem and click 'OK'