braintree_ios

Braintree SDK for iOS

MIT License

Stars
555
Committers
125

Bot releases are hidden (Show)

braintree_ios - 4.27.0

Published by billwerges about 5 years ago

  • Remove unneeded pre-processor directives
  • Added new fields to BTThreeDSecureInfo
braintree_ios - 4.26.3

Published by billwerges about 5 years ago

  • Fixed issue with Carthage binary spec for CardinalMobile
braintree_ios - 4.26.2

Published by sestevens about 5 years ago

  • Add support for CardinalMobile binary only framework when using Carthage
braintree_ios - 4.26.1

Published by scannillo about 5 years ago

  • Update CardinalMobile to v2.1.4-2
    • Fix issue distributing to App Store
braintree_ios - 4.26.0

Published by billwerges about 5 years ago

  • Send analytics timestamps in milliseconds
  • Fix crash on apps with deployment targets without minor version (thanks @squall09s)
  • Add additional fields to BTThreeDSecureInfo

Please note: If you are using the BTPaymentFlow module, this release cannot be submitted to the App Store. Please use 4.26.1 in this case.

braintree_ios - 4.25.1

Published by demerino over 5 years ago

  • Correct importing of BTConfiguration+ThreeDSecure (thanks @ejensen)
  • Add missing header documentation for BTThreeDSecureLookup
braintree_ios - 4.25.0

Published by demerino over 5 years ago

  • Update CardinalMobile to v2.1.4
    • Remove use of advertisingIdentifier
braintree_ios - 4.24.0

Published by demerino over 5 years ago

NOTE: This version of the SDK contains a known issue that has prevented some apps from being submitted to the App Store.

  • Add 3DS 2 Support
  • Update 3DS redirect to newest version
  • Update platform to iOS 8.0 in podspec
  • Remove location data from analytics collection
braintree_ios - 4.23.2

Published by demerino over 5 years ago

  • Fix issue that caused a crash when 3DS auth response is invalid
braintree_ios - 4.23.1

Published by sestevens over 5 years ago

  • Update analytics parameters
  • Update local payment endpoint
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