cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

An error occurred while decrypting the EMV data when using iOS SDK

Hello I am trying to use Demo iOS app from this repository:
https://github.com/AuthorizeNet/inperson-sdk-ios

So far every transaction fails with error “An error occurred while decrypting the EMV data”.
I tried many different cards with the same result (all cards have the chip and are issued in US).
I am using ENV_TEST environment.

 

The response that comes back in the completion block of :

 
AnetEMVManager.sharedInstance().startEMV(with: aRequest, presenting: self, completionBlock: {
}
 
is nill and Error is “EMV Transaction Error” - code 2
 
What could be wrong?
videolist66
Member
Who Me Too'd this topic