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 →
ecrlibpackage
- Android →
Step 3: Match Your Development Environment
- If your developers use Visual Studio → go to .NET SDK docs.
- If they use IntelliJ/Eclipse → go to Java SDK docs.
- If they use Xcode → go to iOS SDK docs.
- If they use Android Studio → go to Android SDK docs.
- If they use cross‑platform frameworks → go to Flutter SDKor React Native SDK.
Updated 16 days ago
