Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 2.1 KB

README.md

File metadata and controls

46 lines (28 loc) · 2.1 KB

Braintree v.zero SDK for iOS

Welcome to Braintree's v.zero SDK for iOS. This CocoaPod will help you accept card, PayPal, and Venmo payments in your iOS app.

Screenshot of v.zero

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, 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.

Special note on preprocessor macros

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).

Help

Feedback

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)

License

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