-
-
Hello gematik,
Is it possible to also access the data that is not protected by the PIN? Based on the current documentation it's not clear for me.
Currently I am trying to implement reading the i…
-
Seems regardless of the tag type I use (tried with Classic 1K, NTAG213 and NTAG424), I get the following error as soon as I tap it:
22:40:44:508 [ACS ACR122 0] [ERROR] NFCReader - Could not connect…
-
I'm facing a problem after writing to another block different than 0x01.
After writing to another block, i can't authenticate to previous the blocks that i have wrote data.
My code
```python
from …
-
Since the last update of smart connector reader app in the webstore (October 11), we have a problem. After using the nfc for a while, the smart card connector stops working, and from then everytime th…
-
Probably missed `CieIDSdk.start(this, this)` in MainDemoActivity.kt. The NFCReader appear without read NFC tag.
-
Hi,
I got this error In Android Version 12
Everything works fine in Android 11
Could you please suggest me a solution to solve the problem mentioned below.
Targeting S+ (version 31 and above) r…
-
I'd really like to see an adaptive launcher icon for this app. Adaptive icons were introduced in Android 8: https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive
-
```
async function fn() {
try {
await NfcManager.requestTechnology(NfcTech.NfcV);
await readNdefListen();
} finally {
await NfcManager.cancelTechnologyRequest…
-
Hi folks, we love your work, please help revise your guideline and example because we evaluated the apk built from the latest sourcebase, it shows that the scanner apps cant detect any HCE-based tag, …