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)
Oct ’24
Reply to Xcode 15 Beta 2 can't find iOS 17 Beta 2 device
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?
Replies
Boosts
Views
Activity
Jul ’23
Reply to Check for app used
Application it's available for iOS 14.0 - 18.*
Replies
Boosts
Views
Activity
Sep ’24
Reply to Check for app used
any ideas?
Replies
Boosts
Views
Activity
Sep ’24
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)
Replies
Boosts
Views
Activity
Oct ’24