All Versions
96
Latest Version
Avg Release Cycle
58 days
Latest Release
2247 days ago

Changelog History
Page 1

  • v2.18.1 Changes

    February 02, 2018
    • ๐Ÿ—„ PayPal Mobile SDKs are Deprecated and only existing integrations are supported. For all new integrations, use Braintree Direct in supported countries. In other countries, use Express Checkout and choose the Braintree SDK integration option.
    • โšก๏ธ Update translations.
    • Compiled with Xcode 9.2.
  • v2.18.0 Changes

    October 10, 2017
    • ๐Ÿ›  Fix text field first responder animation issue in iOS 11 #548.
    • ๐Ÿ›  Fix memory retain issue cycle during initialization #538.
  • v2.17.0 Changes

    April 21, 2017
    • โž• Add documentation to use string initializer for NSDecimalNumber #520.
    • ๐Ÿ›  Fix issue with potential data parameter is nil when decoding JSON #523.
    • ๐Ÿ‘ iOS version 6.1 is no longer supported by this SDK.
  • v2.16.3 Changes

    March 17, 2017
    • ๐Ÿ›  Fix issue with parsing API responses #508.
  • v2.16.2 Changes

    March 13, 2017
    • Prevent issue with loading older versions of card.io #506.
  • v2.16.1 Changes

    October 24, 2016
    • ๐Ÿ‘Œ Improve network code reliability.
  • v2.16.0 Changes

    October 06, 2016
    • โž• Add support for third-party receivers #140. Available as an optional property, PayPalPayment.payeeEmail. This property is only available for PayPal payments, not Direct Credit Card (DCC) payments.
    • ๐Ÿ—„ Direct Credit Card (DCC) payments are now deprecated in this SDK. Please use Braintree Payments, a PayPal Company, which is the easiest way to accept PayPal, credit cards, and many other payment methods.
  • v2.15.1 Changes

    September 16, 2016
    • โšก๏ธ Update to card.io 5.4.1.
  • v2.15.0 Changes

    September 16, 2016
    • โšก๏ธ Update to card.io 5.4.0 to help avoid API name collisions #456.
  • v2.14.7 Changes

    August 25, 2016
    • ๐Ÿ›  Fix issue with localization not being correctly merged based on preferences #449.
    • If you use card.io to scan credit cards, you should add the key
      ๐Ÿ“š NSCameraUsageDescription
      to your app's Info.plist and set the value to be a string describing why your app needs to use the camera
      (e.g. "To scan credit cards."). This string will be displayed when the app initially requests permission to access
      the camera.