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.
- cd into the project and run
yarn
- cd into the ios directory & then run
pod install
to install the Passbase SDK and dependencies - Open the file with extension
.xcworkspace
- Go into the
App.js
& replace YOUR_PUBLISHABLE_API_KEY with your own API key in line 58. - Select a device and build & run the App (You might have to adjust the App's signing to your own)
- cd into the project and run
yarn
- Open the android folder using android studio
- Go into the
App.js
& replace YOUR_PUBLISHABLE_API_KEY with your own API key in line 58. - sync the gradle & run the App
Mathias J. Klenk, [email protected]
Passbase is available under the Apache license. See the LICENSE file for more info.