Questions tagged [cardio]

27 questions
6
votes
1 answer

Hide or Removing keyboard button on CardIO Scann screen (Android)

In my scann screen, keyboard button shown on the right bottom. I don't want to enter card information manuelly, so i want to hide or remone this button on my screen. In my Util class which i used codes below …
John Error
  • 2,076
  • 5
  • 18
  • 23
4
votes
2 answers

Card.io - Android couldn't find libcardioDecider.so

I've developed an Android app a couple of months ago using Card.IO. It was working normally but now Card.IO don't work and I can't find where's the problem. Here's my configuration: build.gradle (from my app module) buildscript { repositories…
Elvis Oliveira
  • 941
  • 2
  • 15
  • 29
4
votes
0 answers

Unable to build Card.io with existing OpenCV framework

I'm building an app that already uses the iOS OpenCV 2 framework to perform some image processing. When I add the Card.io iOS SDK I get a load of build errors that look like clashes with its own OpenCV implementation. If I remove the original OpenCV…
Adam Swinden
  • 1,917
  • 2
  • 18
  • 24
3
votes
0 answers

CardIO conflicts with OpenCV framework

I thoroughly enjoy using Card.IO but in order for me to use it, it would have to be decoupled from it's OpenCV .a files, and instead link to the OpenCV framework. Most people have moved on from OpenCV2 to OpenCV3, and this library is stuck in the…
Kevin Teman
  • 85
  • 1
  • 4
3
votes
0 answers

Card io on Android 6: No implementation found for boolean nUseX86

I am using Card io Android SDK in my app. Everything was working fine until I moved to start building on Android 6 (M) (Target SDK 23 ) This is the log error I am getting D/card.io: nUseNeon(): true D/card.io: nUseTegra():false E/art: No…
Y2theZ
  • 10,162
  • 38
  • 131
  • 200
3
votes
1 answer

How to disable Camera Scanning and Enable only Manually Enter Card in CardIO

I have tried more but i cannot able to find any property on Cardio lib. I want to make only Manually enter cardio view. I am using CardIOPaymentViewController. Please let me know what should i need to do for this.
Narendra Mistri
  • 113
  • 2
  • 8
2
votes
1 answer

Dexguard release build missing .so file

I use Dexguard for my release build, but I got this exception: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/myapp.app-1/base.apk"],nativeLibraryDirectories=[/data/app/myapp.app-1/lib/arm64,…
just
  • 1,900
  • 4
  • 25
  • 46
2
votes
0 answers

Camera Intent auto crop like card IO? or Show a surface(dotted Line) and auto crop After Capture

I am using Camera Intent to capture and Upload..For Default camera So here I followed this to crop image just like card IO.. But the above one is separate camera its not Intent I want surface holder should be placed inside the camera intent .. is it…
Don't Be negative
  • 1,215
  • 3
  • 19
  • 46
1
vote
0 answers

Cocoapods: Can't access Obj-C pod from Swift pod

I am building a Swift framework that should wrap another framework/library - the CardIO. It is going to be distributed as a pod. So I have added the CardIO pod as dependency in my podspec as follows: s.dependency 'CardIO', '~>…
Michael Kessler
  • 14,245
  • 13
  • 50
  • 64
1
vote
1 answer

Frame of CardIO view

I am working on an iOS app in Swift 3.0 and I have integrated card scanner using Card.IO for iOS. I am successfully able to scan the card, but the problem is that width and height of the camera view does not take frames as per the requirements. It…
Sundeep Saluja
  • 1,089
  • 2
  • 14
  • 36
1
vote
1 answer

Nativescript plugin (IOS) for CardIO - Unable to call any function in the CARDIO library and are not exposed

We are trying to create a nativescript plugin(IOS) for CardIO www.card.io) CardIO(5.4.1): downloaded nativescript-plugin-seed (https://github.com/NathanWalker/nativescript-plugin-seed) Performed all pre-requesties for the seed. Added podFile in…
gjai
  • 11
  • 2
1
vote
1 answer

Android library Card.io showing cannot locate symbol __aeabi_memcpy

when i am using ndk ABI_fIlter i am getting error "Failed to load native library: dlopen failed: cannot locate symbol"__aeabi_memcpy" referenced by "/data/app/com.cts.banking-2/lib/arm/libcardioDecider.so" ndk { abiFilters…
1
vote
1 answer

Crash on response of requestAccessForMediaType when asking permission for camera

I have an issue for devices using iOS 10, where on first launch of app, when I try to use camera, appears the pop-up describes the reason app needs to use the camera, and either the user accepts it either declines it, the app will crash. After that,…
euthimis87
  • 1,134
  • 1
  • 11
  • 18
1
vote
0 answers

Issue with camera Unity augmented reality and CardIO

I have a project with unity augmented reality integreated, and also I'm using CardIO SDK. Problem comes when trying to scan a card, the CardIO screen appears but when the camera is about to open it crashes. My guess is that since I have unity…
Rafael Jimeno
  • 626
  • 2
  • 8
  • 20
1
vote
1 answer

Swift Bridging Header for Obj-C

I have installed Card.IO via CocoaPods. My workspace looks to be correctly setup, I see the Card.IO Objective-C header files in place however when, in my main Swift project, I try to reference any of the Card.IO classes - I get the unresolved…
clicky
  • 865
  • 2
  • 14
  • 31
1
2