Post

Replies

Boosts

Views

Activity

Reply to Read Debit/Credit Card data using NFC
It's possible in both program? In HCE-based contactless transaction for apps (EEA), how to send APDU command to debit/credit card not terminal. In documenation https://developer.apple.com/documentation/corenfc/cardsession/ I only see reading APDU, not send like in example: case .received(let cardAPDU): do { /// Call handler to process received input and produce a response. let responseAPDU = ProcessAPDU(cardAPDU.payload) try await cardAPDU.respond(response: responseAPDU)
3w