close
The Wayback Machine - https://web.archive.org/web/20201023141302/https://github.com/card-io/card.io-Android-SDK/issues/223
Skip to content
This repository has been archived by the owner. It is now read-only.

Could not scan expiry date #223

Open
MarkMa-Bambora opened this issue Mar 7, 2018 · 3 comments
Open

Could not scan expiry date #223

MarkMa-Bambora opened this issue Mar 7, 2018 · 3 comments

Comments

@MarkMa-Bambora
Copy link

@MarkMa-Bambora MarkMa-Bambora commented Mar 7, 2018

General information

latest version: 5.5.1

Intent scanIntent = new Intent(activity, CardIOActivity.class);
scanIntent.putExtra(CardIOActivity.EXTRA_REQUIRE_EXPIRY, true);
scanIntent.putExtra(CardIOActivity.EXTRA_SCAN_EXPIRY, true);
scanIntent.putExtra(CardIOActivity.EXTRA_REQUIRE_CVV, false);
scanIntent.putExtra(CardIOActivity.EXTRA_REQUIRE_CARDHOLDER_NAME, false);
scanIntent.putExtra(CardIOActivity.EXTRA_SUPPRESS_MANUAL_ENTRY, true);
scanIntent.putExtra(CardIOActivity.EXTRA_GUIDE_COLOR, cardIOColor);
scanIntent.putExtra(CardIOActivity.EXTRA_HIDE_CARDIO_LOGO, true);
scanIntent.putExtra(CardIOActivity.EXTRA_RETURN_CARD_IMAGE, false);
scanIntent.putExtra(CardIOActivity.EXTRA_SUPPRESS_CONFIRMATION,false);
startActivityForResult(scanIntent, cameraSCANCODE);

Issue description

I test the card.io Android SDK in three devices (Google Pixel 2 XL, samsung galaxy s5, zte blade v7), all of them could only scan credit number but not expiry date.

@gilsela
Copy link

@gilsela gilsela commented Mar 25, 2018

Same here

@nlhommet
Copy link

@nlhommet nlhommet commented Mar 27, 2018

Same here.
No activity in this repo since one year.
Is this SDK still maintained ?

@phileo
Copy link

@phileo phileo commented Aug 4, 2018

This SDK is no longer being actively maintained.
Therefore, there is no fix for the expiry date issue (or any other issue) because of this.
card-io/card.io-Android-source#136

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.