Welcome to Braintree's v.zero SDK for iOS. This CocoaPod will help you accept card, PayPal, and Venmo payments in your iOS app.
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, custom payment button, and credit card tokenization.
Finally, cocoadocs.org/docsets/Braintree hosts the complete, up-to-date API documentation generated straight from the header files.
Apple Pay is a build option. To include Apple Pay support in your build, use the Apple-Pay
subspec in your Podfile:
pod "Braintree"
pod "Braintree/Apple-Pay"
Then ensure BT_ENABLE_APPLE_PAY=1
is present in your target's "Preprocessor Macros" settings.
By default, this should happen automatically if you have a Preprocessor Macro entry for $(inherited)
.
- Read the headers
- Read the docs
- Find a bug? Open an issue
- Want to contribute? Check out contributing guidelines and submit a pull request.
Braintree v.zero is in active development. We appreciate the time you take to try it out and welcome your feedback!
Here are a few ways to get in touch:
- GitHub Issues - For generally applicable issues and feedback
- support@braintreepayments.com - for personal support at any phase of integration
- 877.511.5036 - for personal support in real time (Real people answer our phones)
The Braintree v.zero SDK is open source and available under the MIT license. See the LICENSE file for more info.