iosobjective-cpayumoney

No known class method for selector 'setDisableCards:' in payumoney iOS


I am facing the following issues while using payumoney in my iOS project.

enter image description here

No known class method for selector 'setDisableCards:'. No known class method for selector 'setDisableNetbanking:'. No known class method for selector 'setDisableWallet:'.

[PlugNPlay setDisableCards:NO];    
[PlugNPlay setDisableNetbanking:NO];    
[PlugNPlay setDisableWallet:YES];

Solution

  • This issue on GitHub indicates that those functions has been removed from SDK.

    And yes, they were removed from exposed header :

    https://github.com/payu-intrepos/PayUMoney-IOS-SDK/blob/master/PlugNPlay/PlugNPlay.framework/Headers/PlugNPlay.h