I want to know the difference between contact card and contactless(RF) card in terms of APDU command/response, implementation and so on.
I'm implementing an applet using combi card. I thought that regardless of contact interface or contactless(RF) interface, an applet returns the same response APDU for a command but it doesn't seem like that. I have no idea about that. (I implemented an applet for the only RF interface or for the only contact interface before, not for both.)
Is it possible to implement an applet to return the same response APDU for a command APDU? If not, what part is the difference. Is there any considerations when I implement an applet for both interface. I appreciate any related comment or information(URL).
Thanks.