Skip to content

pramodsharma403/braintree_ios

 
 

Repository files navigation

Braintree iOS SDK

Carthage compatible Travis CI build status

Welcome to Braintree's iOS SDK. This library will help you accept card and alternative payments in your iOS app.

The Braintree iOS SDK requires Xcode 10+. It permits a Deployment Target of iOS 8.0 or higher.

Supported Payment Methods

Installation

We recommend using either CocoaPods or Carthage to integrate the Braintree SDK with your project.

CocoaPods

# Includes Cards and PayPal
pod 'Braintree'

# Optionally include additional Pods
pod 'Braintree/DataCollector'
pod 'Braintree/Venmo'

Carthage

Add github "braintree/braintree_ios" to your Cartfile, and add the frameworks to your project.

Documentation

Start with 'Hello, Client!' for instructions on basic setup and usage.

Next, read the full documentation for information about integration options, such as Drop-In UI, PayPal, and credit card tokenization.

Demo

A demo app is included in the project. To run it, run pod install and then open Braintree.xcworkspace in Xcode.

Feedback

The Braintree iOS SDK is in active development, we welcome your feedback!

Here are a few ways to get in touch:

Help

Releases

Subscribe to our Google Group to be notified when SDK releases go out.

License

The Braintree iOS SDK is open source and available under the MIT license. See the LICENSE file for more info.

Packages

No packages published

Languages

  • Objective-C 75.5%
  • Swift 19.0%
  • C 4.5%
  • Other 1.0%