Welcome to Sinch Verification iOS SDK
Verify phone numbers and users in iOS. The Verification SDK supports the verification of phone numbers via SMS or flash calls. The SDK is also available for Android.
- Verification of phone numbers via SMS, callout, flashcall and seamlessly.
- Simple authentication scheme to get started quickly.
- Register a Sinch Developer account here.
- Set up a new Application using the Dashboard where you can then obtain an Application Key.
- Enable Verification for the application by selecting: Authentication > Public under App > Settings > Verification
- Add SinchVerificationSDK to your project.
Add below line to your Podfile
pod 'SinchVerificationSDK'
Add SinchVerificationSDK as depenency either with xCode UI or by defining it in your 'Package.swift' file as:
dependencies: [
.package(url: "https://github.com/sinch/verification-ios-sdk.git", .upToNextMajor(from: "3.3.0"))
]
The User Guide is available at Sinch Portal