I have an applet that works fine on contact card. Now i have a dual interface card (IDCore 3020) and i load my applet via contact interface to it. Also i have a contactless smartcard reader(acr122u) and i want to send APDU command via contactless interface and get response APDU. i sent SelectApplet APDU to card like this but i failed (SW = 6300):
00 A4 04 00 09 [A0,00,00,03,08,00,00,10,00] 00
I have three questions:
1- Can i use my applet in contactless mode like contact with same APDUs?
2- should i do anything to contactless reader recognize my card?
3- does current minidriver that work with contact card also works with contactless card?