| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Braintree_Static.xcframework.zip | 2025-11-20 | 10.6 MB | |
| Braintree.xcframework.zip | 2025-11-20 | 27.0 MB | |
| 7.1.0 source code.tar.gz | 2025-11-20 | 2.4 MB | |
| 7.1.0 source code.zip | 2025-11-20 | 2.7 MB | |
| README.md | 2025-11-20 | 577 Bytes | |
| Totals: 5 Items | 42.7 MB | 1 | |
- BraintreeThreeDSecure
- Rename
AdditionalInformationtoBTThreeDSecureAdditionalInformation. - Update
BTThreeDSecurePostalAddressto make all properties accessible on the initializer only vs via the dot syntax. - BraintreeApplePay
- Expose
BTConfiguration.canMakeApplePayPaymentspublicly usingBTApplePayClient.isApplePaySupported(completion:) orBTApplePayClient.isApplePaySupported() async -> Bool(fixes #1671) - PayPal
- Add
offerCreditproperty toBTPayPalCheckoutRequest, enabling merchants to offer PayPal credit for one-time checkout flows.