You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: