Test Your App on myPOS Smart Devices

Testing your app in a dedicated environment ensures functionality, compliance, and payment readiness. myPOS provides tools and hardware to help you validate your application in a safe sandbox before going live.

1. Order the Developer Pack/Kit

With the myPOS Developer Kit, you get:

  • A myPOS Smart Device for development and testing
  • Access to a myPOS Business Account within the test environment
  • The ability to simulate payments without processing real transactions

You can test with:

  • NFC, magnetic stripe, and EMV test cards
  • Mobile wallets (Google Pay, Apple Pay, etc.)

The kit replicates real-world usage without actual financial transfers, making it ideal for safe end-to-end testing.

2. Activate Your Test Device

Follow these steps to activate your test device:

  1. Log in to the myPOS Business Account provided in the kit
  2. Navigate to: Devices → Activate your device
  3. Fill out the form and complete the activation

Your device is now ready for app installation and testing.

3. Install the App on Your Test Device

There are two methods to install your app:

  1. Send your APK file to your myPOS representative
  2. They’ll upload it to the Test AppMarket
  3. You can then install your app from the AppMarket App, just like in production

Option 2: Manual Installation via USB + ADB

Steps to install via Android Debug Bridge (ADB):

  1. Connect your myPOS Smart device to your PC via USB
  2. Ensure no other Smart devices or Android emulators are connected
  3. Download ADB tools
  4. Unzip the folder locally and copy .dll files into your Windows directory
  5. Open Command Prompt and navigate to the ADB directory
  6. Run the following command:
adb install -r -d D:\Projects\Android\myPosOS\app\Terminal-yourapp.apk