Braintree iOS SDK
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 8+ and a Base SDK of iOS 9+. It permits a Deployment Target of iOS 7.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:
- GitHub Issues - For generally applicable issues and feedback
- Braintree Support / support@braintreepayments.com - for personal support at any phase of integration
Help
- Read the headers
- Read the Braintree docs
- Check out the reference docs
- Find a bug? Open an issue
- Want to contribute? Check out contributing guidelines and submit a pull request.
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.