Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Releases: paypal/PayPal-iOS-SDK

2.14.6

23 Aug 15:21
Compare
Choose a tag to compare
  • Fix issue with localization not being correctly looked up #449.
    For iOS 9, the SDK will use the best matching language based on NSBundle.preferredLocalizationsFromArray and what
    is translated in the SDK.
  • 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.

2.14.5

10 Aug 14:24
Compare
Choose a tag to compare
  • Fix issue with Bitcode when archiving #443.
  • 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.

2.14.4

13 Jul 20:01
Compare
Choose a tag to compare
  • Update localized messages.
  • Fix issue with truncated text in certain table cells. See issue #367.

2.14.3: Bug fixes

10 Jun 18:36
Compare
Choose a tag to compare
  • Change layout for 1Password icon to be in the email/phone field
    See issue #405
  • Allow configuration option to disable shake animations for accessibility
    See issue #380
    See PayPalConfiguration disableShakeAnimations option
  • Fix issue with missing 1Password data
    See issue #427
  • Fix issue with network request timeouts

2.14.2: Update card.io dependency

11 Apr 20:27
Compare
Choose a tag to compare

2.14.1: Fix missing nullability headers

22 Mar 22:10
Compare
Choose a tag to compare
  • Fix missing nullability headers
    See issue #404
  • Compiled with Xcode 7.3

2.14.0: Support iOS 9 right to left language layouts

25 Feb 21:50
Compare
Choose a tag to compare
  • Fix issue with iOS 9 right to left language support
    See issue #389

2.13.2: Fix issue with small dynamic text for prices

16 Feb 16:49
Compare
Choose a tag to compare
  • Fix issue with small dynamic text truncating prices.
    See issue #381

2.13.1: Update card.io dependency to latest

26 Jan 15:57
Compare
Choose a tag to compare

2.13.0: Add nullability annotations to headers

11 Jan 20:23
Compare
Choose a tag to compare
  • Add nullability annotations to headers
  • Minor internal code cleanup