braintree_ios

Braintree SDK for iOS

MIT License

Stars
555
Committers
125

Bot releases are hidden (Show)

braintree_ios - 4.15.2

Published by demerino over 6 years ago

  • Fix issue where address override was not set for PayPal billing agreements
braintree_ios - 4.15.1

Published by demerino over 6 years ago

  • Use angled brackets for BraintreeVenmo header imports (thanks @vicpenap)
braintree_ios - 4.15.0

Published by demerino over 6 years ago

  • 3D Secure
    • Add support for American Express SafeKey params
braintree_ios - 4.14.0

Published by demerino over 6 years ago

  • Ensure animations are consistent for PayPal SFSafariViewController flow (thanks @nudge)
  • Update header documentation
  • Add BTAppSwitchDelegate events appContextWillSwitch and appContextDidReturn
    • Addresses the issue that notifications were inconsistent across app switches #383
braintree_ios - 4.12.0

Published by skunkworks over 6 years ago

4.12.0 (2018-03-06)

  • Add support for Venmo profiles
  • Fix demo app issue with CocoaPods
braintree_ios - 4.11.0

Published by demerino over 6 years ago

  • Fix code for implicit retain self warning (thanks @keith)
braintree_ios - 4.10.1

Published by demerino over 6 years ago

  • Add BTThreeDSecureInfo to BTCardNonce
  • Use angled brackets for BraintreePayPal header imports (thanks @nudge)
braintree_ios - 4.10.0

Published by demerino almost 7 years ago

  • Add iDEAL support
  • Add new 3D Secure integration with browser support
  • Fix issue where ApplePay nonces were not having their default property set (Thanks @rksaraf)
braintree_ios - 4.9.6

Published by demerino almost 7 years ago

  • Fix issue where Venmo attempted to vault when using a Tokenization Key
braintree_ios - 4.9.5

Published by demerino almost 7 years ago

  • Fix a timeout issue on configuration fetch
  • Static analysis fixes
  • Add BraintreeAmericanExpress module and getRewardsBalance method
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