Cannot Detect ST25DVC Tag in iOS
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.
