Skip to content

TeleSign/ios_sdk_verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telesign Verify iOS SDK

The Telesign Verify iOS SDK enables you to implement the Telesign Verify API in your iOS mobile apps. This API makes it easy for you to set up phone-based, multi-factor authentication (MFA). When conditions apply, your end users' devices can be authenticated seamlessly in the background without the need for any user action. If that option isn't available, you can have the verification process automatically fail over to sending a one-time passcode (OTP) via SMS, WhatsApp, Viber, RCS, or email.

Requirements

  • Xcode version 15+
  • iOS version 15.0+
  • Swift 5.9+

Installation steps

The Swift Package is hosted in a private repository, so you'll need to ensure that Xcode has access to the repository before you can add it to your project.

To use this Telesign SDK as a Swift Package Manager (SPM) dependency inside your Xcode project, follow these steps:

  1. Go to the File menu in Xcode.

  2. Select Add Packages.

  3. Enter the URL of the Git repository: https://github.com/TeleSign/ios_sdk_verify.

  4. Select the target(s) you want the package to be added to.

  5. Select Add Package.

  6. Import and use the package in your code. Once the package is added, you can start using it in your project. Open any Swift file where you want to use the package, and import it at the top with:

    import TSSDK 

or for Push Verify import with: swift import TSPush

  1. Build your project to ensure everything is set up correctly.

Documentation

  • Additional documentation for the Telesign Verify API can be found here.

Support

For assistance using this SDK, contact Telesign Customer Support.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages