ti.nfc icon indicating copy to clipboard operation
ti.nfc copied to clipboard

How do I write NdefFormatable tags?

Open vdussan opened this issue 1 year ago • 1 comments

I am trying to write chips but these are android.nfc.tech.NdefFormatable and not android.nfc.tech.Ndef and for this reason when I do the technology validation with the method tech.isValid() this returns error

vdussan avatar Feb 21 '24 16:02 vdussan

Hi, I've not used the write part but shouldn't it just be createTagTechnologyNdefFormatable (https://titaniumsdk.com/api/modules/nfc.html#createtagtechnologyndefformatable) in the included example in this place: https://github.com/tidev/ti.nfc/blob/master/android/example/TagWriter/app/controllers/index.js#L104

m1ga avatar Feb 26 '24 12:02 m1ga