Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove/hide Paypal logo from Card.io Phonegap iOS and Android?

I have successfully integrated the Card.io plugin for Phonegap in Android and iOS.

My client does not want the Paypal logo to be displayed on the top right of the scanning screen. Is there a way to hide it?

enter image description here

like image 660
Shah Abaz Khan Avatar asked Oct 31 '13 05:10

Shah Abaz Khan


1 Answers

The current PhoneGap plugin implementation doesn't have this functionality implemented, however it very simple to add it, just fork the plugin and modify it to use card.io logo instead of PayPal.

For iOS https://github.com/card-io/card.io-iOS-SDK/blob/master/CardIO/CardIOPaymentViewController.h#L92

For Android http://card-io.github.io/card.io-Android-SDK/io/card/payment/CardIOActivity.html#EXTRA_USE_CARDIO_LOGO

Hope it helps.

like image 75
Romk1n Avatar answered Oct 04 '22 00:10

Romk1n