terencehung/Samples
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This repository holds sample Android applications that show how tap&pay menu can be used by NFC payment applications. Source code =========== The folder consists in - OffHostLib : code common to all applications - cityziBank : sample payment application #1 - yellowBank : sample payment application #2 - greenBank : sample payment application #3 Each of the sample applications needs to be built against the OffHostLib. This should happen automatically thanks to the project.properties file in each application. The sample applications rely on instances in the UICC with specific AIDs. The card applications are not available to third parties, however. Therefore, the source code must be edited in order to be used with other card applications (mostly changing AID in the manifest and the ressource files). This code is meant to illustrate how to migrate payment applications from pre-KitKat version to Android 4.4 devices. Binaries ======== You may install binaries directly through these links : https://github.com/AFSCM-Android/Samples/raw/master/cityziBank/bin/cityziBank.apk https://github.com/AFSCM-Android/Samples/raw/master/greenBank/bin/greenBank.apk https://github.com/AFSCM-Android/Samples/raw/master/yellowBank/bin/yellowBank.apk