Skip to main content

Installing SFA iOS SDK

Swift Package Manager

Add the SFA iOS SDK to your project

  1. In Xcode, with your app project open, navigate to File > Add Packages.

  2. When prompted, add the tKey iOS SDK repository:

    https://github.com/Web3Auth/single-factor-auth-swift

    From the Dependency Rule dropdown, select Exact Version and enter 5.0.0 as the version.

  3. When finished, Xcode will automatically begin resolving and downloading your dependencies in the background.

Cocoapods

pod 'SingleFactorAuth', '~> 5.0.0'