Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [nfc]

Near Field Communication (NFC) is a set of short-range communication protocols that enables electronic devices to exchange data within short distances of roughly 10 cm or less. Can be used with Tags [mifare] [iso-15693] [ndef] [nfc-p2p], etc., as some questions are very specific to the NFC Tag type.

nfc
0 votes
0 answers
9 views

PlatformException(io_exception, null, null, null) Error When Reading and Writing NFC Data in Flutter

I'm working on a Flutter application that involves both reading and writing NFC tags using the nfc_manager package. However, I encounter a PlatformException(io_exception, null, null, null) error when ...
Mohammed Elyaakoubi's user avatar
0 votes
0 answers
14 views

Flutter: Programmatically read a NFC tag in a WebView JavaScript Channel callback

In Flutter, I want to read the ID of a NFC tag using the nfc_manager package while a WebView JavaScript Channel callback is triggered by the website loaded in the WebView. Like this: .....
Rogier's user avatar
  • 67
1 vote
1 answer
41 views

Kotlin version issue in new flutter projects [duplicate]

I have created a new project. When I add flutter_nfc_kit: then it gives the error: Your project requires a newer version of the Kotlin Gradle plugin. But when I open the android level build.gradle ...
Muhammad Umair Saqib's user avatar
0 votes
0 answers
26 views

flutter Android read NFC chip

I am trying to read an NFC chip with my Android device using Flutter. I am using flutter_nfc_kit. My Android device seems to have NFC capabilities. I could enable "NFC and contactless payments&...
Apri's user avatar
  • 1,416
0 votes
0 answers
16 views

Android app not retrieving data when reading NFC - Android studio [duplicate]

Hi I need to integrate in my app the NFC reading feature. I thought I wrote everything and correctly, but it really does not work. Manifest: <uses-feature android:name="android....
PsycoPulcino's user avatar
-1 votes
0 answers
17 views

can I scan a (rav kav) calypso card without any calypso sdk or library in android [closed]

problem is I try to add this functionality for users that they add their Rav-Kav(calypso cards ) I try to find API or library but I couldn't find any resources on the internet. Card Scanning and ...
Lokesh Arora's user avatar
0 votes
1 answer
47 views

Ionic NFC cordova plugin_not_installed

Apparently my app does not recognize the NFC plugin or it does not know how to install it correctly. I'm trying to make an app with angular Ionic + capacitor. One of the components must be able to ...
Manuel Sureda's user avatar
-2 votes
0 answers
26 views

Implement HCE using NFC tech for the RavKav (calypso) card in this app [closed]

problem is how to add this functionality for users that they add their Rav-Kav(calypso cards ) I try to find API or library but I couldn't find any resources on the internet Card Scanning and ...
Lokesh Arora's user avatar
0 votes
0 answers
15 views

C# NFC-Project with PCSC Library - An error has occurred: An attempt was made to end a non-existent transaction

I have integrated the pcsc library to work with an nfc scanner (ACR122U ISO14443A/B ). I am trying to read the data from the NFC tag, but I get this error: An error has occurred: An attempt was made ...
user26316631's user avatar
0 votes
0 answers
31 views

Reading ACR122U NFC tag via JS in the browser

I'm using an ACR122U NTC tag USB reader. I need to get data in to the console. Is this possible? I tried navigator.serial.requestPort, navigator.usb.getDevice, request device, everything, but no ...
It's Time for TNPSC's user avatar
0 votes
0 answers
37 views

How to detect NFC Enable/disable from device settings in Android/Flutter

I am creating an App for NFC HCE in Flutter. I want to notify the user when NFC is disabled from device settings. I have tried platform channel to detect this, but when I turn off NFC from settings, ...
Shubham Kumar Pandey's user avatar
-1 votes
1 answer
54 views

Understanding NFC and Apple Pay for Email/Phone capture at POS Checkout

I am trying to develop a soln for my client where, they would like their customers to share their phone number or email id while they transact in their stores at the POS checkout. Two scenarios: When ...
Baktaawar's user avatar
  • 7,304
1 vote
0 answers
26 views

Scanning nfc tag from passport and using data from it in android emulator, to emulate passport scanning using nfc

Hi, I am running tests of nfc scan emulation in android emulator. I have encountered a number of problems while performing this task How to scan data from nfc tag on a posport ? (And in what format ...
Игорь Крикливый's user avatar
0 votes
0 answers
54 views

How can I make NFC Scan work on Android 13?

On Android 10, my NFC Logic works as expected and on Android 13 it does not work at all. I tried to google the Solution, but the people are mostly using "nfcAdapter.enableForegroundDispatch" ...
Michael's user avatar
  • 103
0 votes
0 answers
32 views

Android error "Tag Was Lost" in XIAOMI only

I am developing an application with NFC and an NFC TAG (ST25). When I send more than 13 bytes with the nfcV.transceive() command, I receive the error "TAG WAS LOST", but it only occurs on ...
AndersonFw's user avatar

15 30 50 per page
1
2 3 4 5
300