inperson-sdk-ios icon indicating copy to clipboard operation
inperson-sdk-ios copied to clipboard

Card-present, in-person SDK for Authorize.Net.

Results 33 inperson-sdk-ios issues
Sort by recently updated
recently updated
newest added

Just making sure this is on the radar: https://swift.org/package-manager/

Example app included with iOS in-person SDK and our custom app both always generates "Transaction was unsuccessful" alert dialog when operating in LIVE Mode (not Sandbox). Despite the "Transaction was...

Last week we have updated our iPad Device with 15.1 version. Unfortunately, our app not working. It works perfectly before update. It shows following error after inserting a card for...

Transaction got failed for very first time when we try to purchase something in the sample app. After downloading the SDK tried changing username, password and mobile device id. Since...

Hi, I'm getting this error when trying to log-in [__NSCFNumber isEqualToString:]: unrecognized selector sent to instance This is what I'm seeing from the stack trace: `[AuthNet issueSSLPost:withURL:withSoap:] + 372 -[AuthNet...

I saw the inperson-sdk is supported EMV payment transaction. But I have a question. This sdk is running for customized POS device?

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...

The Authorize.NET definition of `Error` conflicts with the Error protocol defined In Foundation. Foundation Error (Found in Swift->Misc): ``` public protocol Error { } ``` ``` // AuthNetSDK->Error.h @interface Error...

Set Connection mode to BT (Bluetooth) in settings bundle, try to do an EMV transaction it is searching for an audio device and after some time it is throwing time...

How to customize the SDK messages that are showing to the users (eg: transaction failed, please swipe/insert a card etc.,).