card-io / card.io-Android-SDK

card.io provides fast, easy credit card scanning in mobile apps
Other
1.99k stars 533 forks source link

Icon cannot be removed #18

Closed jlhuertas closed 9 years ago

jlhuertas commented 10 years ago

Currently, the extra EXTRA_USE_CARDIO_LOGO allows to switch between the Paypal and card.io logos, but there is no way to completely remove the logos.

Our client (a bank) thinks that other logos would "confuse" their clients regarding the usage of such sensitive data as credit card details. The kind of questions they are trying to avoid is:

Of course, credit should be given where credit is due, but maybe in other ways ("About..." screen, etc.) than placing the logos on the capture screen.

josharian commented 10 years ago

Thanks for the feedback. We'll discuss internally and follow up here.

tomwhipple commented 10 years ago

@jlhuertas what about some small text at the bottom of the screen? Something like "Card scanning technology by card.io"? Since we're not charging for this service, we're a little reluctant to simply give up any trace. (After all, how many actually look at the "About..." screen?)

jlhuertas commented 10 years ago

@tomwhipple I completely understand that you are a bit reluctant to give up any trace and I also think that wouldn't be fair. For me, that text would work, let me ask our client and I'll get back to you.

Thanks!

tomwhipple commented 10 years ago

To be clear: I can't promise that we'll take that option, but may consider it as an alternative.

jsonfry commented 10 years ago

@tomwhipple I think that option of "card scanning tech by" is much more clear than the current logo offering. I'd love to see that happen.

braebot commented 9 years ago

4.0.0 has been released, and includes the extra EXTRA_HIDE_CARDIO_LOGO, which can be used to remove the logo completely.

If you wish to add your own company logo, feel free to fork and/or submit a pull request for that feature in our open source repo.