All Questions
8 questions
0
votes
1
answer
1k
views
Android NFC HCE host-apdu-service >> Problem with aid-filter declaration
I am trying to build a HCE NFC Android Application for payment using AID Visa.
When launching, aid seem not to be recognized at manifest and its ressource file declaration.
Indeed, OS ApduServiceInfo ...
3
votes
0
answers
3k
views
NFC host card emulation Android
I read contradicting things about the possibility implementing NFC Tap & Pay Android mobile app
I was successful in testing out this app - https://github.com/championswimmer/NFC-host-card-...
2
votes
1
answer
479
views
Android settings crash when trying to set default app (Host-based card emulation)
I'm trying to implement a Tap & Pay application and therefor need to communicate with a POS Terminal. In order to do so, the device needs to set my application as the default application for Tap &...
2
votes
1
answer
2k
views
Programatically set NFC_PAYMENT_FOREGROUND setting for HCE in Android
I am trying to set priority for a payment card in a foreground activity, but setPreferedPaymentService() won't work until categoryAllowsForegroundPreference() returns true. However, this is tied to ...
1
vote
1
answer
988
views
UnsupportedOperationException for Android API method CardEmulation.getInstance()
I need to check if card emulation is enable on a device. I found one method here:
boolean isDefault = CardEmulation
.getInstance(NfcAdapter.getDefaultAdapter(this))
....
0
votes
0
answers
116
views
How to load payment tokens in a Smartwatch
First I would like to know if it is possible.
If it is, how could I load a dynamic token for a close loop payment in a Smartwatch. I am familiar with the HCE on Android phones but the way it should ...
2
votes
2
answers
4k
views
Emulating a CreditCard via HCE
I´m trying to develop an application that emulates a creditcard over HCE on Android (4.4). I have a target application that can read from an NFC-sticker and I am now hoping to achieve the same result ...
1
vote
2
answers
7k
views
Data Transfer from NFC app to PN532 reader
i m working on final year project of nfc based payment , i m stucked here coz i read on net that you cant transfer data (say credit card details) from NFC phone to PN532 reader ..i read about P2P mode ...