2024-11-08 12:39 AM - edited 2024-11-08 01:32 AM
Hello All,
I am facing a problem with NFC reading with ST25DV64KC-DISCO board.
To integrate the SDK, I have followed the instruction over here
Even though I have imported all of the SDK files, and supporting files as well (including models, protocols and utilities).
But this same code detects the tag in original project, but in my project it fails to type cast to original form.
In specific, I get problem with following code in from "ST25DVMailboxManagementViewController"
The following condition fails in my code, but succeeds in iOS NFCTap App.
if (!(st25SDKTag is ST25DVTag || st25SDKTag is ST25DVCTag)){}
Did anyone face something similar?
Any leads will be greatly appreciated.
Solved! Go to Solution.
2024-11-25 05:22 AM
hi,
why do restart NFC line 100 ?
Normally, you 're already in a NFC session and tag has been detected.
I don't know behavior when you do such things.
Try to remove it .
Otherwise, no more idea on your issue. difficult to know without no more infos or log file.
Br,