You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have got above error while trying to do payment using AnetEMVSdk for iOS. I have used the latest SDK version 4.0.
And I have checked there are no other apps open.
I have used AnywhereCommerce card for transaction. And I have got this issue in iOS 12.2 OS version and it's work fine when I have test with iOS 9.3.5.
I have used AnetEMVConnectionModeAudio for setting a connection mode
I have got above error while trying to do payment using AnetEMVSdk for iOS. I have used the latest SDK version 4.0.
And I have checked there are no other apps open.
I have used AnywhereCommerce card for transaction. And I have got this issue in iOS 12.2 OS version and it's work fine when I have test with iOS 9.3.5.
I have used AnetEMVConnectionModeAudio for setting a connection mode
emvManager = [AnetEMVManager initWithCurrecyCode:@"840" terminalID:@"" skipSignature:NO showReceipt:NO]; [[AuthNet getInstance] setDelegate:self]; [emvManager setLoggingEnabled:YES]; [emvManager setConnectionMode:AnetEMVConnectionModeAudio]; [emvManager setTerminalMode:AnetEMVModeInsertOrSwipe];
Here I have attached screenshots for reference.
https://drive.google.com/open?id=1lpJa_REA_cLXKE5w_73qtCXmVNYWaR4d
The text was updated successfully, but these errors were encountered: