Yes! You can integrate our client-side SDK into your iOS app with just a few simple steps.
Getting started
You can easily integrate Passbase in your iOS app to ensure maximum security on your platform. You will then need to configure your backend to receive the Passbase webhook events, and call the Passbase API using one of our server-side libraries:
- Create a Passbase developer account if you have not done so
- Integrate the Verification flow with one of our client-side SDKs, iOS in this case
- Store identityAccessKey returned from the onFinish or onSubmitted method
- Set up Webhooks, so that you are notified about completed or reviewed verification events
- Optional - Enable the Biometric Authentication flow
- Integrate one of our server-side libraries in your backend to query the Passbase API for details about a verification using identityAccessKey (client-side SDK) or key (from the webhook)
Please use only your publishable API key for integrations. Secret API keys can access sensitive user data, if leaked. To learn more about the differences between publishable and secret API keys, please see our documentation.
Steps to Integrate Passbase with iOS
- Install the package via Cocoapods or Swift Package Manager
- Initialize the package with your API key
- Start a new verification process
- To speed up this process, you can prefill email address, country, and metadata
- Integrate handling the verification delegate/callback methods
Keep in mind that if you are using the demo UI for testing, in order to successfully finish a verification, you need to pass our liveness detection. This means that if you develop on a Simulator (e.g. iPhone Simulator via Xcode), you will only see the UI Demo Mode of our SDK so please use a real device to fully test and develop.
Please see our documentation for more detailed instructions. You can also reach our support team at support@passbase.com.