TTPaymentsOTP

The Touchtech Payments iOS SDK, for integrating TouchTech Payments authentication into your iOS application.


License
Apache-2.0
Install
pod try TTPaymentsOTP

Documentation

CocoaPods Carthage compatible

3DS-iOS

Installation

Touchtech 3DS for iOS supports iOS 9 and above.

CocoaPods

Add the Touchtech 3DS-iOS pod into your Podfile and run pod install.

    target :YourTargetName do
      pod 'TTPaymentsOTP'
    end

Carthage

  1. Add github "Touch-Tech-Payments/3DS-iOS" to your Cartfile.
  2. Run carthage update.
  3. Go to your Xcode project's "General" settings. Drag TTPaymentsOTP.framework from Carthage/Build/iOS to the "Embedded Binaries" section. Make sure “Copy items if needed” is selected and click Finish.