βš™οΈMobile SDK

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

Installing the Java SDK

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

dependencies {
    ...

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

Installing the React native SDK

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

Using the Mobile SDK

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

Additional information

Last updated