#victor-connexion
1 messages · Page 1 of 1 (latest)
Hi there!
@polar phoenix I'm not sure I fully understand your question. Is your code working in test mode?
I manage to run the test code on my android phone via (wireless debug) with android studio
however I am unable to get terminal connectionToken unless I turn DiscoveryConfiguration.isSimulated to TRUE
My end goal is to tap my card on my android (pixel 7) for it to recognise my card on test account
however I am unable to get terminal connectionToken unless I turn DiscoveryConfiguration.isSimulated to TRUE
I think that's expected, based on the changelog you shared in your first message
My end goal is to tap my card on my android (pixel 7) for it to recognise my card on test account
from what I can tell, that's not possible, since you can only use the simualted reader in test mode, and the simulated reader doesn't actually connect to the NFC or read a real card
I might be wrong(this product is new and complex and changing and my team doesn't have a lot of experience with it) that's how it seems to me.
I don't want to use simulated reader , I want to use android tap to pay in test mode
can you point me to right direction ?
I think we're talking past each other
I want to use android tap to pay in test mode
if you use it in test mode, you can only use the simulated reader. That's it.
ok so if I want to test the tap to pay android, I need to use live key ?
I can try that.
more than a live key, it needs to be a 'non-debuggable' app
which I think means it has to be a signed APK, and not connected to Android Studio/adb
I'm asking the product team to update the documentation on how testing Tap to Pay on Android would work, I agree it's unfortauntely very unclear right now