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 am performing emv transactions without the provided UI. My first transaction always goes through successfully but after that one I receive the error when this code is executed:
onPrepareQuickChipDataError is then called and returns that error. It also says "Cannot stop audio because audio is not started."
Why is the audio that makes the card reader work initialized correctly the first time but not after I perform a transaction? Is it possible that I am not finishing the first transaction correctly and that is causing issues?
The text was updated successfully, but these errors were encountered:
I am performing emv transactions without the provided UI. My first transaction always goes through successfully but after that one I receive the error when this code is executed:
EMVTransactionManager.prepareDataForQuickChipTransaction(context, iemvTransaction);
onPrepareQuickChipDataError is then called and returns that error. It also says "Cannot stop audio because audio is not started."
Why is the audio that makes the card reader work initialized correctly the first time but not after I perform a transaction? Is it possible that I am not finishing the first transaction correctly and that is causing issues?
The text was updated successfully, but these errors were encountered: