ti.nfc
ti.nfc copied to clipboard
How do I write NdefFormatable tags?
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
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