card.io

Android: Opaque card.io view on all Samsung devices

99封情书 提交于 2019-12-11 09:58:50
问题 I have integrated card.io in my Android application and when I send an intent to invoke card.io activity, it opens up the camera view with card.io view totally opaque and I do not see the credit card in the view. This behavior is only seen on Samsung devices and not on other OEM devices. I see a grey colored rectangle instead of the card.io view and native camera view around this rectangle. Surprisingly, sample card.io application also behaves the same view. Could you please look into this

Card.io on Android doesn't show scan option in release mode

二次信任 提交于 2019-12-11 06:26:20
问题 We're developing an Android app with Card.IO integrated in it. It works fine in the debug mode and shows scan option, however when we make a release build, the scan option disappears and instead the user can only enter the card number manually and it's not what we need. When we make the release build, we specify in the Android manifest file: <application android:debuggable="false" ... And as written in docs we add the following to the proguard file: -keep class io.card.** -keepclassmembers

Android card.io sdk showing this device can not use camera to read card numbers

左心房为你撑大大i 提交于 2019-12-11 02:38:29
问题 I am working on an android app which facilitate payment through credit card for that I am using CARD.IO SDK for android. I have integrated the card.io sdk in my code but when I launch the app it's not allowing me to scan any card.It showing a message this device can not use camera to read card numbers Here is my code: package org.my.scanExample; import io.card.payment.CardIOActivity; import io.card.payment.CreditCard; import org.my.scanExample.R; import android.app.Activity; import android

Card.io SDK gives partial credit card number

匆匆过客 提交于 2019-12-08 03:22:07
问题 I'm currently working with credit-card integration using card.io SDK downloaded from github. It works great, but the expiry date and the cvv number has to be entered manually. I searched for that and finds that Newer versions of the card.io SDK (3.x and above) doesn't added expiry date scanning.-Reference. But, the return values shows me Received card info. Number: ••••••••••••xxxx, expiry: 09/2015, cvv: 123. Is it possible to get the full number of the credit-card than getting dots? Is it

Not scanning credit/debit cards using card.io

允我心安 提交于 2019-12-07 07:05:08
问题 I am using card.io_ios_sdk_3.8.0 , I followed exactly what is mentioned in https://github.com/card-io/card.io-iOS-SDK. I am unable to scan credit or debit cards (VISA , Discover, etc). I get "NSScanner: nil string argument". I know I am making a mistake but I don't know how to track that. Is there any country based? - (IBAction)scanCard:(id)sender { CardIOPaymentViewController *scanViewController = [[CardIOPaymentViewController alloc] initWithPaymentDelegate:self]; scanViewController.appToken

Reading Card Holder's Name by Card IO Library

二次信任 提交于 2019-12-06 16:29:34
i know this is a duplicate question which has been previously closed. But i have downloaded the Card IO SDK & in respective static library , i did not find any way of getting the Card Holder's name (E.g 7 -> Mr A B Person) ? Can any one able to solve this problem ? Josh from card.io here. No, card.io does not currently scan the cardholder's name. 来源: https://stackoverflow.com/questions/16844028/reading-card-holders-name-by-card-io-library

Card.io SDK gives partial credit card number

别说谁变了你拦得住时间么 提交于 2019-12-06 13:52:51
I'm currently working with credit-card integration using card.io SDK downloaded from github . It works great, but the expiry date and the cvv number has to be entered manually. I searched for that and finds that Newer versions of the card.io SDK (3.x and above) doesn't added expiry date scanning.- Reference . But, the return values shows me Received card info. Number: ••••••••••••xxxx, expiry: 09/2015, cvv: 123. Is it possible to get the full number of the credit-card than getting dots? Is it possible to download the older version of this SDK for expiration date scanning? Any suggestions would

How to get card.io to scan expiration dates? (iOS 6)

大城市里の小女人 提交于 2019-12-05 19:30:59
I've been told by others that the card.io SDK can scan expiration dates in addition to card numbers. Yet when I integrate it into my iOS 6 iPad project, I'm only able to scan the card number. Has anyone had success in other implementations? (i.e. iOS 5, iPhone, etc.) Thanks in advance. I work at card.io. Newer versions of the card.io SDK (3.x and above) do all the card scanning locally on the client - older versions sent images to our server for scanning. We haven't added expiry scanning to this new version yet, but it's still a better customer experience as it's faster (no waiting for network

Not scanning credit/debit cards using card.io

天涯浪子 提交于 2019-12-05 18:09:27
I am using card.io_ios_sdk_3.8.0 , I followed exactly what is mentioned in https://github.com/card-io/card.io-iOS-SDK . I am unable to scan credit or debit cards (VISA , Discover, etc). I get "NSScanner: nil string argument". I know I am making a mistake but I don't know how to track that. Is there any country based? - (IBAction)scanCard:(id)sender { CardIOPaymentViewController *scanViewController = [[CardIOPaymentViewController alloc] initWithPaymentDelegate:self]; scanViewController.appToken = @"<I have entered my app token>"; // get your app token from the card.io website [self

Make view cover full screen using CGRectMake

自古美人都是妖i 提交于 2019-12-04 04:04:35
问题 I'm creating a view (using card.io), and I want the view to cover the full screen. Its only covering about 2/3rds of the screen atm. Heres the code: CardIOView *cardIOView = [[CardIOView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width,self.view.frame.size.height)]; Here is an example 回答1: Dave from card.io here. When you create a CardIOView , its frame will take on whatever size you set. However, the camera view within the (transparent) CardIOView will have the standard iOS