-
Hi, I just updated to XCode 10 and I cannot build the app with the `ti.nfc` module.
I receive this error:
```
[ERROR] 2018-09-20 15:08:40.269 xcodebuild[6363:66947] DTDeviceKit: deviceType from …
-
Some apps, namely NFC Tools from wakdev and NFC NDEF READER https://itunes.apple.com/us/app/nfc-ndef-reader/id1286248064?mt=8 manage to show UID and TagType - see screenshots.
Any idea how to access …
-
Running the example project on iPhone 6, ios 12.5.7, crash with no stack information, just assembly:
```
dyld`:
0x100fba410 : mov x16, #0x209
0x100fba414 : svc #0x80
-> 0x100f…
-
First off, thanks for the amazing plugin @don !
I've been tinkering with the iOS 13 tag reading/writing capabilities of this plugin. One thing I noticed is that when reading or writing a tag, one wou…
-
Hi,
Sending data with NFC from one to another device doesn't work and gives me a problem. It managed to work with NDEF tags, but trying with devices doesn't work.
This is the error.
```
[CoreNFC…
-
Hi,
I have noticed there is a log line the first time I try to scan a tag in an IOS device.
`[VERBOSE-2:shell.cc(1004)] The 'plugins.flutter.io/nfc_manager' channel sent a message from native t…
-
Hi I'm using version 2.0.2 and I am able to read my tag, however I am trying to read the serial number/id but it get returned as an empty string.
Any idea what could be wrong?
-
-
## Description of the issue
On iOS version, FeliCa cards with one system code read correctly (eg: _ICOCA_, _nimoca_ which only have system code `0x3`).
However, cards with more than one system c…
-
This is a list of frameworks I've been working through in the translation PRs.
This is basically just what shows up on the Apple website under system frameworks, technologies page, the SDK director…