braintree_ios

Braintree SDK for iOS

MIT License

Stars
555
Committers
125

Bot releases are visible (Hide)

braintree_ios - 4.23.0

Published by billwerges over 5 years ago

  • Add Hiper and Hipercard support
braintree_ios - 4.22.0

Published by billwerges over 5 years ago

  • Add support for BTPayPalLineItem
  • Fix build issue for Demo app
braintree_ios - 4.21.0

Published by demerino almost 6 years ago

  • Fix occasional crash in libPPRiskComponent.a
braintree_ios - 4.20.2

Published by demerino almost 6 years ago

  • Fix minimum iOS version in libPPRiskComponent.a
braintree_ios - 4.20.1

Published by demerino almost 6 years ago

  • Update libPPRiskComponent.a to latest version
braintree_ios - 4.20.0

Published by demerino almost 6 years ago

  • Luhn validate UnionPay cards
    • Luhn-invalid UnionPay cards were previously rejected server side rather than client side
  • Fix retain cycle when ovewriting an NSURLSession
  • Update PayPalDataCollector to include latest libPPRiskComponent.a
braintree_ios - 4.19.0

Published by demerino about 6 years ago

  • Update properties on BTLocalPaymentRequest
braintree_ios - 4.18.0

Published by demerino about 6 years ago

  • Add optional merchantAccountId to BTPayPalRequest
  • Add openVenmoAppPageInAppStore to BTVenmoDriver
  • Add BTLocalPayment to BTPaymentFlow
    • Replaces the BTIdeal integration
braintree_ios - 4.17.0

Published by demerino over 6 years ago

  • Update GraphQL URLs
braintree_ios - 4.16.0

Published by demerino over 6 years ago

  • Add shippingAddressEditable flag to BTPayPalRequest
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