Nexmo / verify-ios-sdk

Nexmo Verify SDK for iOS

Home Page:https://www.nexmo.com/products/verify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Verify SDK will shut down effective 14th November, 2018.

To assist with a seamless migration to the Verify API, we have prepared technical documentation that will guide you in implementing the Verify API into your client side applications.

NexmoVerify iOS

BuddyBuild CocoaPods CocoaPods CocoaPods CocoaPods Swift Carthage compatible Swift Package Manager compatible Twitter

You use Nexmo Verify to check that a person has access to a specific phone number.

To complete phone verification:

  1. Verify sends a PIN in an SMS and/or Text-to-speech (TTS) call to your user.
  2. The user enters this PIN into your app or website.
  3. You use Verify to check that the PIN entered by your user is the one you sent.

Using Verify SDK for iOS you easily integrate Verify functionality into your iOS app. With the NexmoVerify for iOS, you enter the user's phone number and the SDK completes verification for you.

In order to integrate the NexmoVerify for iOS in your app, see:

Feel free to checkout the [NexmoVerify codebase] (https://github.com/Nexmo/verify-ios-sdk/blob/master/VerifySDK) if you wish to contribute to our open source library.

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 1.1.0+ is required to build NexmoVerify 1.0.0+

To integrate NexmoVerify into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'NexmoVerify'
end

Then, run the following command:

$ pod install

License

Copyright (c) 2015 Nexmo, Inc. All rights reserved. Licensed only under the NexmoVerify License Agreement (the "License") located at

https://www.nexmo.com/terms-use/verify-sdk/

By downloading or otherwise using our software or services, you acknowledge that you have read, understand and agree to be bound by the Nexmo Verify SDK License Agreement and Privacy Policy.

You may not use, exercise any rights with respect to or exploit this SDK, or any modifications or derivative works thereof, except in accordance with the License.

Author

Jodi Humphreys, jodi.humphreys@vonage.com Shams Ahmed, shams.ahmed@vonage.com

About

Nexmo Verify SDK for iOS

https://www.nexmo.com/products/verify

License:Other


Languages

Language:Swift 91.7%Language:Objective-C 7.7%Language:Ruby 0.2%Language:Shell 0.2%Language:C 0.2%