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

2.14.6

Compare
Choose a tag to compare
@bluk bluk released this 23 Aug 15:21
· 18 commits to master since this release
  • 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.