POS25
  • πŸ‘‹Welcome to POS25
  • Features
    • πŸ–₯️Offline payment
      • πŸ”³QR code scanning
      • ✨NFC tap to pay
      • πŸ—ƒοΈCard
  • ☁️Online payment
    • πŸ›…Checkout page
    • πŸ’³Card EMV acceptance
    • πŸ”³QR payment
  • Page
  • πŸ“’Contract Addresses
  • API Integration
    • πŸ“ͺAPI
    • 1. Get list chains support
    • 2. Get list of assets support
    • 3. Create link payment (Support QR code)
    • 4. NFC payment
  • SDK Integration
    • πŸ› οΈTypescript SDK
    • πŸ› οΈPython SDK
    • βš™οΈMobile SDK
    • πŸ› οΈHow to use SDK
    • πŸ•ΈοΈChange log
  • Reference documents
    • πŸ–₯️For Developers
  • Terms
  • Privacy
Powered by GitBook
On this page
  • Installing the Java SDK
  • Installing the React native SDK
  • Using the Mobile SDK
  • Additional information
  1. SDK Integration

Mobile SDK

POS25 provides a fully supported mobile SDK (Java, React Native).

PreviousPython SDKNextHow to use SDK

Last updated 1 year ago

Installing the Java SDK

You can download the SDK built into a JAR file here.

dependencies {
    ...

    implementation files('<Path to file jar is downloaded>')
    ...
}

Installing the React native SDK

You can find the SDK for react native at . We've built Typescript that supports React Native as well.

Using the Mobile SDK

See the for code examples showing how to use the Java and React Native SDK

Additional information

βš™οΈ
Download
Typescript SDK
Using document
Java SDK source code