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.
Ensure that you are using the latest Android Studio with Kotlin support.
- Open the project in Android Studio
- Sync the
build.gradle file
with the project in order to install all dependencies - Go to line 23 in
MainActivity.kt
and exchangeYOUR_PUBLISHABLE_API_KEY
with your own API key - Select a device. Build & run the App