nfc Questions
2
Does Core NFC works on iPad?
To sum up, iPad does have NFC chips, but the Core NFC documentation does not say it support it.
Note
Reading NFC NDEF tags is supported on iPhone 7 and iPhone 7 Plus.
...
2
Solved
1
I'm analyzing if S2AP API is able to provide a valid replacement for an existing NFC identification process through a real NFC card. The idea is to get rid of the physical cards and use virtual car...
Destructive asked 9/10, 2017 at 14:0
1
Solved
When you successfully finish an NFC reading session you'll see something like that:
This will overlay the currently presented ViewController for about 3 seconds. The fun part is that this behavi...
1
Solved
I have an ACR122U NFC reader/writer connected to my Windows machine with ACR122 driver installed.
I try to use javax.smartcardio API to send an SELECT (by AID) ADPU to my Android device (which sho...
1
Solved
There are multiple solutions for paying a merchant using NFC in your phone. Is it possible to, as a merchant, receive a contactless payment using only a mobile phone as a terminal?
It seems that ...
Helbonna asked 21/5, 2018 at 14:59
0
See NFC reader "SELECT (by AID)" APDU is not routed to Android device on debugging and eventual results. TL;DR the reader might simply be defunct.
I have ACR122U nfc reader. I try to r...
0
1
Solved
I am trying to read an NFC tag using Android. I'm a beekeeper and this is to ID my hives when I approach them. I have searched here but I am still having issues reading the tag. I want to read the ...
Quatrefoil asked 15/4, 2018 at 12:1
1
0
I'm a junior PHP/JavaScript/HTML developer, recently hired by a company that makes photobooths. I had never worked in a Ubuntu system before this. This I find relevant because I think that for this...
2
Solved
I am implementing the NFC in android project. I have written the entries which are required in the AndroidManifest.xml and Java code.
When any tag come near by device then my app detect the tag th...
1
Solved
Is there any way to develop NFC tag reading/writing applications without an NFC enabled phone? Is there a way to create an AVD which has NFC enabled? I have searched and found Open NFC exists, but ...
Syst asked 7/3, 2018 at 7:39
0
I use a HostApduService on Android(7) to emulate an NFC forum type 4 (NDEF) tag.
Reading the NDEF text message works reliably from android, I ran into the following issues though:
When I scan th...
1
Solved
Im doing a POC of implementing the NFCTagReader into a xamarin.ios app.
https://developer.xamarin.com/samples/monotouch/ios11/NFCTagReader/
I've taken the NFCTagReader from the xamarin site and s...
Gide asked 30/1, 2018 at 23:19
5
I'm trying to read the data off a contactless Visa Paywave card.
For the Paywave, I have to submit a SELECT using PPSE (2PAY.SYS.DDF01) instead of PSE (1PAY.SYS.DDF01).
The EMV book 1, section 11...
Fiddlehead asked 25/2, 2013 at 3:22
1
Solved
Hi I'm working on android application for NFC payments.
There is an option in Android settings to use an open application instead of the default one. For example when I have default application s...
Bruch asked 24/1, 2018 at 11:31
1
Solved
1
3
Solved
What is the key thing to adjust in NFC HCE application to get it visible under settings NFC Tap and Pay
Following code returns true for the app, so it's capable of payment:
boolean isDefault = Ca...
Awesome asked 9/6, 2014 at 10:12
1
Solved
I need to build an application that listens to NFC tags in the background. Is it possible ?.
Solution :
The application runs a thread which is a socket server with which the web application connect...
1
In the give image, when NFC session begin, "Ready to scan" popup appear in screen. In my application I only need to scan NFC tag without popup. Is there any solution to remove popup as shown in ima...
1
Solved
I am looking for a way to suppress Android Pay app for one activity. iOS has requestAutomaticPassPresentationSuppressionWithResponseHandler method, which allows exactly this - suppressing Apple Pay...
Essex asked 7/12, 2017 at 14:4
2
EMV contactless card payments have 7 kernels. There are two kernels (Visa FDDA and Union Pay) just support Offline Authorization by either generate cryptogram TC (in case of approval) or AAC (in ca...
Including asked 3/10, 2017 at 14:35
3
I am writing an app that works with NFC and MIFARE CARD.
When my NFC device detect a card, it shows me the list of application that can use NFC, but my application is not mentioned.
What I am mi...
Franko asked 12/5, 2013 at 17:27
© 2022 - 2024 — McMap. All rights reserved.