-
Notifications
You must be signed in to change notification settings - Fork 3
Home
JRefpt edited this page Mar 2, 2020
·
25 revisions
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.
- .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.
-
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
- Create a .Net Standard compliant project
- Add the SDK Nuget package as a project reference (from https://www.nuget.org/packages/RPL.SmartcardSDK/)
- Access the API via the Static methods via the RPL.SmartcardSDK.Public.SmartcardClient class
- A sample application is available at https://github.com/reference-point/SmartcardSDK/tree/master/dotNet/Samples/SDKTestApp
- 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