braintree_ios

Braintree SDK for iOS

MIT License

Stars
555
Committers
125

Bot releases are visible (Hide)

braintree_ios - 4.9.4

Published by demerino about 7 years ago

  • Fix Xcode9 compatibility issues with iOS 7.0
braintree_ios - 4.9.3

Published by demerino about 7 years ago

  • Update Xcode 9 code for availability checking
  • Fix analytics thread issue
braintree_ios - 4.9.2

Published by demerino about 7 years ago

  • Fix Xcode9 build warnings
  • Add additional billing address params to card builder
    • Country Code Alpha 3
    • Country Code Numeric
    • Company
    • Extended Address
braintree_ios - 4.9.1

Published by demerino about 7 years ago

  • Update libPPRiskComponent to latest version
braintree_ios - 4.9.0

Published by bluk about 7 years ago

  • Add support for SFAuthenticationSession for PayPal payments
braintree_ios - 4.8.7

Published by demerino about 7 years ago

4.8.7 (2017-08-30)

  • Add firstName and lastName to BTCard
braintree_ios - 4.8.6

Published by demerino about 7 years ago

4.8.6 (2017-08-17)

  • Add additional bin data to card based payment methods
braintree_ios - 4.8.5

Published by demerino about 7 years ago

4.8.5 (2017-07-21)

  • Fix bug that caused a crash on iOS11 (Beta 3) when using a Tokenization Key in production (Thanks @peterstuart)
braintree_ios - 4.8.4

Published by demerino over 7 years ago

  • Update to Kount 3.2
  • Update Demo to support Xcode9 (Beta 1) and iOS11
  • Update README
braintree_ios - 4.8.3

Published by demerino over 7 years ago

  • Fix Pay with Venmo bug
braintree_ios - 4.8.2

Published by demerino over 7 years ago

  • Add PayPal Credit support to PayPal Billing Agreements flow
  • Add V3 Client Token support
  • Enable client side vaulting of Venmo nonces
  • Fix potential memory leak issue #312
  • Fix bug causing random crashes in 3DS flow #329
braintree_ios - 4.8.1

Published by demerino over 7 years ago

  • Optimize BTAPIClient:initWithAuthorization: when using a client token
  • Fix invalid documentation tags
braintree_ios - 4.8.0

Published by demerino over 7 years ago

  • Enable PayPal Credit
  • Add support for displayName and landing_page_type PayPal options
  • Fix issue with 3DS error callbacks #318
  • Resolve build error in Xcode 8.3
braintree_ios - 4.7.5

Published by demerino over 7 years ago

  • Fix issue where PayPal correlation_id was not set correctly
  • Add support for custom PayPal authentication handler
  • Update docs to specify Xcode 8+ requirement
  • Fix header import in BTAnalyticsMetadata.m
  • Additional tuning for Travis CI
braintree_ios - Release 4.7.4

Published by demerino almost 8 years ago

4.7.4 (2017-01-13)

  • Update UnitTests to Swift 3
  • Update PayPal header docs
  • Update CocoaDocs and remove styling
braintree_ios - 4.7.3

Published by demerino almost 8 years ago

4.7.3 (2016-11-18)

  • Allow BraintreeCore to be compatible with App Extensions
  • Fix BraintreePayPal use of queryItems for iOS 7 compatibility
  • Present SFSafariViewControllers from the top UIViewController via Drop-in to avoid blank SFSafariViewController
    • Set BTPaymentRequest presentViewControllersFromTop to YES to opt in to this behavior
  • Fix @param warning for incorrect argument name
  • Fix CocoaDocs and add styling
braintree_ios -

Published by demerino almost 8 years ago

braintree_ios - 4.7.1

Published by demerino about 8 years ago

braintree_ios - 4.7.0

Published by bluk about 8 years ago

  • Move BraintreeDropIn and BraintreeUIKit to a new separate repository
    to allow cleaner separation and iteration for newer versions of Drop-In.
    • Please see the new repository for updated integration instructions if you were using the Beta Drop-In Update.
    • If you were using Drop-In from BraintreeUI, you do not have to update. However, you may want to check out the
      new Drop-In for an updated experience.
  • Fix issue with DataCollector setting the merchant ID automatically to configure Kount
braintree_ios - 4.6.1

Published by bluk about 8 years ago

  • Fix conflicting private API name Fixes #265
  • Fix deprecation warnings for Xcode 8 Fixes #267
  • Fix target membership for static library Fixes #264
  • Improve Maestro card number recognition