Skip to content
JRefpt edited this page Mar 2, 2020 · 25 revisions

Introduction

The Smartcard SDK is a set of software libraries designed to allow an application developer to read data from JCOP compliant physical smartcards and virtual smartcards residing in Reference Point's Vircarda smartphone application.

Supported platforms

  • .Net.

The .Net SDK is a .Net standard 2.0 compliant library, and is compatible with both .Net framework 4.6.1 and .Net Core 2.0

  • Android

Compatible with Android 4.4 (kitkat) and higher.

Getting Started

  • Acquire an API key Usage of the SDK requires the use of an API key supplied by Reference Point (RPL)

  • Download the required binary file. The following sections detail the steps required in order to get started on each platform

.Net

Android

  • Download and unzip the release file SmartcardSDK-android.zip from the appropriate releases directory.
  • copy the .aar files to your projects libs folder
  • ensure your build.gradle file has the appropriate dependency reference to the libs folder

Clone this wiki locally