This repository was archived by the owner on May 5, 2020. It is now read-only.
Releases: paypal/PayPal-iOS-SDK
Releases · paypal/PayPal-iOS-SDK
2.14.6
- Fix issue with localization not being correctly looked up #449.
For iOS 9, the SDK will use the best matching language based onNSBundle.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'sInfo.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
- 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'sInfo.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
- Update localized messages.
- Fix issue with truncated text in certain table cells. See issue #367.
2.14.3: Bug fixes
- 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
SeePayPalConfiguration disableShakeAnimations
option - Fix issue with missing 1Password data
See issue #427 - Fix issue with network request timeouts
2.14.2: Update card.io dependency
- Update card.io to iOS 5.3.2
2.14.1: Fix missing nullability headers
- Fix missing nullability headers
See issue #404 - Compiled with Xcode 7.3
2.14.0: Support iOS 9 right to left language layouts
- Fix issue with iOS 9 right to left language support
See issue #389
2.13.2: Fix issue with small dynamic text for prices
- Fix issue with small dynamic text truncating prices.
See issue #381
2.13.1: Update card.io dependency to latest
2.13.0: Add nullability annotations to headers
- Add nullability annotations to headers
- Minor internal code cleanup