Is it possible to send APDU commands to the SIM card (which is a smart card) with TKSmartCard on iOS13?

Hello,


I would like to communicate with a custom JavaCard applet. This card is a smart card like cards used for authentication.


Is it possible to send APDU commands to the SIM card with TKSmartCard on iOS13?

Replies

If you mean can you communicate with the mobile phone SIM card, I believe not.

You can use CoreNFC to exchange arbitrary APDUs with a JavaCard applet via NFC, though.