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)
Post
Replies
Boosts
Views
Activity
any ideas?
Application it's available for iOS 14.0 - 18.*
We have the same issue with Cisco Any Connect 4.10.* and Xcode Beta 4 + macOS Ventura 13.4.1 - when Cisco process connect to vpn - you can't debug on device, there is no option to connect it when. On previous xcode everything work correctly, any info about this bug? it's Apple issue or Cisco issue?