braintree_ios

Braintree SDK for iOS

MIT License

Stars
555
Committers
125

Bot releases are visible (Hide)

braintree_ios - 4.33.0

Published by scannillo over 4 years ago

  • Add support for iOS 13 SceneDelegate to BTAppSwitch
  • Add lastFour property to BTCardNonce
  • Make BTURLUtils.h public
  • Add support for authorizing the Braintree SDK with a PayPalUAT (universal access token)
  • Remove AddressBook.framework from Podspec (thanks @ignotusverum)
braintree_ios - 4.32.1

Published by sestevens over 4 years ago

  • Fix crash when ThreeDSecureRequest amount field is set to NaN (resolves #507)
  • Update CardinalMobile.framework to v2.2.2-1 for Carthage users
braintree_ios - 4.32.0

Published by sestevens over 4 years ago

  • Update CardinalMobile.framework to v2.2.2-1
  • Update PPDataCollector
braintree_ios - 4.31.0

Published by scannillo almost 5 years ago

  • Add support for basic UI customization of 3DS1 flows. See BTThreeDSecureV1UICustomization.
braintree_ios - 4.30.2

Published by scannillo almost 5 years ago

Updated CardinalMobile.framework to v2.2.1-2

braintree_ios - 4.30.1

Published by billwerges almost 5 years ago

  • Updated CardinalMobile.framework to v2.2.1
braintree_ios - 4.30.0

Published by billwerges about 5 years ago

  • Fix nullability annotations on BTPostalAddress fields (resolves #472)
  • Add ability to request AuthenticationInsight when tokenizing a credit card, which can be used to make a decision about whether to perform 3D Secure verification
  • Set error message on BTThreeDSecureInfo when 3D Secure 2.0 challenge fails
braintree_ios - 4.29.0

Published by demerino about 5 years ago

  • Fix issue when returning from the Venmo app on iOS13
  • Fix crash and return error when threeDSecureRequest.amount is nil and 3DS v1 is requested
braintree_ios - 4.28.0

Published by sestevens about 5 years ago

  • Add ability to customize UI for 3D Secure challenge views
  • Add authentication and lookup transaction status information to BTThreeDSecureInfo
braintree_ios - 4.27.1

Published by scannillo about 5 years ago

  • Fix url parsing bug (thanks @pedrocid)
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