Skip to main content
Package: TruvSDK | Swift Package | CocoaPods | Demo app

Install

Swift Package Manager

  1. In Xcode, go to File > Add Package Dependencies
  2. Enter the package URL:
  3. Select the version and add TruvSDK to your target

CocoaPods

CocoaPods trunk becomes read-only on December 2, 2026. No new library versions can be published after that date. Truv plans to stop publishing CocoaPods updates in December 2026. Swift Package Manager is recommended for new projects.
Add to your Podfile:
Then run:

Embedded Orders

Use TruvOrderController to present an Order, a multi-connection verification workflow that supports multiple data sources and product types.

Bridge Widget

Use TruvBridgeController for single-connection flows like Direct Deposit Switch and Paycheck Linked Lending.
See Bridge Events for all event types, payloads, and error codes.

Sample app

iOS Demo (Swift)

Swift demo using TruvSDK
1

Clone the repo

Clone the demo app from GitHub and install dependencies.
2

Add your API keys

Copy your Client ID and Access Secret from the Dashboard into the app’s configuration file.
3

Run in sandbox mode

Use sandbox test credentials to simulate a full verification flow. Use the demo app as a reference to understand how the SDK works.
4

Integrate the SDK into your app

Follow the implementation guide above to add Truv Bridge to your own application.
5

Go live

Swap in production credentials in your app when ready.