/android-demo-app

This App shows a sample integration of the Android SDK

Primary LanguageKotlin

alt text

Official Passbase Android Demo App

This App shows an example integration of the Passbase iOS SDK into an App. Before your try to run the App please sign up on our developer platform and use your own publishabe API key, which you can find in the API settings section.

Please follow our integration guide in our official developer documentation to install all dependencies first in a correct way.

Requirements

Ensure that you are using the latest Android Studio with Kotlin support.

Install the App & Run

  1. Open the project in Android Studio
  2. Sync the build.gradle file with the project in order to install all dependencies
  3. Go to line 23 in MainActivity.kt and exchange YOUR_PUBLISHABLE_API_KEY with your own API key
  4. Select a device. Build & run the App