Another - Getting Started

Platform Selection Guide

Step 1: Identify Your POS/ERP Application Environment

If your POS/ERP runs on Windows desktop → check whether the integration package contains:

.dll files → .NET SDK

.jar files → Java SDK

.h / .lib files → C/C++ SDK


If your POS/ERP runs on mobile:

Android app → Android SDK

iPhone/iPad app → iOS SDK

Cross‑platform mobile app → Flutter SDK or React Native SDK

Step 2: Check the Package Provided by Your Vendor

  • .NET SDK → distributed as ECR.dll (used with Visual Studio / C#).
  • Java SDK → distributed as Java ECR Library (.jar files, used with Eclipse/IntelliJ).
  • C/C++ SDK → distributed as SBCoreECR.h / EcrApi.h (used with native compilers).
  • Mobile SDKs →
    • Android → SkyBandSDK-release.aar
    • iOS → NamiECRSDK.framework
    • Flutter/React Native → ecrlib package

Step 3: Match Your Development Environment