cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot Detect ST25DVC Tag in iOS

Aly
Visitor

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"

Screenshot 2024-11-08 at 09.34.38.png

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.

2 REPLIES 2
victor laraison
ST Employee

hi Aly,

Firtsly, thx for your interest with our ST25 products.

Regarding your issuue, please, could you add abreakpoint then send me the information of "st25sdkTag" variable ? 
It could help.

Apart from that, are you using the iOSReaderSession.swift file into your own app ? or something else ? 

How is it done the instantiation of the tag when it is detected ? 

 

Keep in touch. 

 

 

Hello victor,

 

Thankyou very much for your responce.

I am using all the same methodologies as in the NFCTap app. Infact im using the same iOSReaderSession instance as well.

Here I have also attached my debug window. (My goal is to only be able to activate mailbox.)

Screenshot 2024-11-08 at 12.58.25.png