getbouncer / cardscan-ios

A library for scanning credit and debit cards
MIT License
203 stars 67 forks source link

Name and expiry not picking #284

Closed watheeq123 closed 3 years ago

watheeq123 commented 3 years ago

I am trying the demo project but the Name and expiry not picking. Any help?

kingst commented 3 years ago

Name and expiry are only supported on iOS 13+. If your device is running iOS 13 or higher, you can try setting the scanPerformancePriority property on the SimpleScanViewController to .accurate. It defaults to .fast, which prioritizes scanning the card number quickly over scanning all card details.

kingst commented 3 years ago

Also, here is a link to our docs where we explain it in more detail: https://docs.getbouncer.com/bouncer-scan/credit-card-ocr/ios-integration-guide/advanced-customization#configuration

watheeq123 commented 3 years ago

I am on ios 14.5.1 but will try changing the setting and let you know.