-
Notifications
You must be signed in to change notification settings - Fork 479
Disabling card.io card scanning #226
Comments
Ok, completely removing the transitive But manually excluding all the JNI files in the
|
Unfortunately @ChristianBecker, this would be our official solution for now to disable card.io. I will continue to see if we could remove the dependency from card.io completely that would eventually make it easy to remove that. However, for now, we would have to stick to this solution. |
Updated the documentation in 2.12.4 release. |
@ChristianBecker Please can you add steps you took in Disabling card.io card scanning, including the files that needs to be modified and/or removed. @jaypatel512 Do you still have a better option in removing the Card.io or is possible reduce the file size of the app. thank you |
Hey @philecom ! Using the steps mentioned at https://github.com/paypal/PayPal-Android-SDK#disabling-direct-credit-card-payments should help you remove card.io dependency completely. This should reduce your apk size substantially. Can you please elaborate on what you mean by
|
What I mean is that. when I add |
Hey @philecom ! I was not able to reproduce this issue. I added similar exclusion to |
@jaypatel512 can you show me the location of the file you added the exclusion to? and maybe where you added it to. Thanks |
Here are the steps to reproduce my setup:
Open build.gradle, and replace
|
@jaypatel512 Thank you for your responds |
I have a problem when I use payday to pay I can't scan a check, what Happened? @jaypatel512 |
Is it still possible to disable the Card.io Card Scanning for the new Maven artifact? Is it enough to simply exclude the transitive
card.io
dependency:Afterwards I would still have to remove the
CAMERA
andVIBRATE
permissions via Manifest merger. My question is if this is the proper way since https://github.com/paypal/PayPal-Android-SDK#disabling-cardio-card-scanning seems to be outdated.The text was updated successfully, but these errors were encountered: