Navigation Menu

Skip to content

Releases: braintree/braintree-ios-drop-in

9.12.0

15 Apr 15:51
Compare
Choose a tag to compare

9.11.0

06 Feb 22:15
Compare
Choose a tag to compare
  • Add Slovak language support

9.10.1

18 Dec 20:11
Compare
Choose a tag to compare
  • Fix bug where setting global navigation bar overrides the payment selection screen (fixes #435)
  • Allow overriding navigation bar color and text via BTDropInUICustomization.barBackgroundColor and BTDropInUICustomization.primaryTextColor

9.10.0

06 Sep 15:37
Compare
Choose a tag to compare
  • Require braintree_ios 5.23.0
  • Update to use macros to avoid compile time errors (fixes #421)

9.9.0

10 Aug 16:17
Compare
Choose a tag to compare
  • Require Xcode 14.1+ and Swift 5.7.1+ (per App Store requirements)
  • Add California Privacy Laws notice of collection to credit card form
  • Fix bug where presenting the Drop-in from a modal screen without a modalPresentationStyle does not display the status bar when both device and Drop-in are in light mode (fixes #419)
  • Add BTDropInRequest.cardLogosDisabled to hide card logos on the credit card form if desired

9.8.2

10 Apr 16:29
Compare
Choose a tag to compare
  • Silence UnionPay related deprecation warnings introduced in braintree_ios 5.21.0 and higher.

9.8.1

01 Mar 16:35
Compare
Choose a tag to compare
  • Fixes bug where title color on BTPaymentSelectionViewController is set as the default primaryColor for the BTDropInUICustomization(colorScheme:) (fixes #397)

9.8.0

10 Jan 17:11
Compare
Choose a tag to compare
  • Add explicit error handling for case when BTDropInResult.mostRecentPaymentMethod(for:) method fails to fetch any recent payment methods.
    • Add BTDropInErrorTypeNoRecentPaymentMethods error code.
  • Silence UnionPay related deprecation warnings introduced in braintree_ios 5.18.0 and higher.
    • Note: The UnionPay SMS flow will be removed in BraintreeDropIn v10. UnionPay cards can now be processed as regular cards due to their partnership with Discover.
  • Require braintree_ios 5.19.0 or higher

9.7.0

08 Sep 19:48
Compare
Choose a tag to compare
  • Remove use of deprecated setNetworkActivityIndicatorVisible on iOS 13+ (the network activity indicator was removed from the status bar in iOS 13) (fixes #379)
  • Add support for iOS 16 and Xcode 14
    • Require braintree_ios 5.12.0 or higher

9.6.1

10 Aug 15:27
Compare
Choose a tag to compare
  • Fix bug where deviceData on BTDropInResult was always returned as nil