NFC Card Reading on Android: Encountering Error 6982
I will authenticate with a Turkish ID card to identify the user in my application. I created the code below for this. My card supports isodep and nfca. I used isodep, but although isodep returns 9000 (successful) as a response, when reading data from the pages, the data comes with 6982. How can I solve this?
private lateinit var pendingIntent: PendingIntent
private lateinit var nfcAdapter: NfcAdapter
override fun onCreate(savedInstanceState: Bundle?) {...