-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reader not discovered in handoff mode on S700 Devkit #788
Comments
Updated my original description to change the Android package versions to 3.7.0 as that is the latest version that I can get to work. |
I having this issue even using a bluetooth reader. |
@thelight413 are you using an S700 device or something else? |
I'm using my android phone and an android tablet. I was also having issues connecting to the reader even if it was discovered. But only on a fresh install, not when I restart the app. |
Make sure that your connection token is not cached from your api. The provider makes several calls for a connection token and they all have to be new tokens. I was having a similar issue and that was the cause.I also cannot use beta20 of this package as the reader will not be discovered when on a physical device and not in simulated mode.
|
@rlfrahm I even recreated the issue on the example app. I am using render as a backend. |
I had the same intermittent troubles when getting started. It wasn't until I reached out to Stripe on their Discord that it finally started working at least partially. I'd recommend opening a ticket there: https://discord.com/invite/stripe |
@rlfrahm for your issue, did you wait till the sdk initialized? |
Hello, I get the following error message with the android sample app:
The error message seems to suggest that |
Yes |
I've confirmed that with Stripe staff that the S700 devices should be in handoff mode and it's working for me now after downgrading versions. Are you by chance using production api keys or something? DevKit's only work in test mode. |
I contacted my Stripe sales representative. He had to activate some flag in our stripe account to enable Apps on Devices. It works fine now. 🟢 |
@thelight413 i think your issue could be related to #789. Can you give it a try on the latest beta.21 release and let us know if that solves the issue?
|
@nazli-stripe I believe this is now resolved in beta.21. |
Describe the bug
The following versions cause
discoverReaders
to never return a reader to connect to:While 3.7.0 seems to work fine:
I also have this problem while using 0.0.1-beta.20 of this package:
While 0.0.1-beta.19 works fine.
I'm using this issue as reference for how to setup handoff mode.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should discover readers in the latest version.
Screenshots
If applicable, add screenshots to help explain your problem.
Stripe Terminal React Native SDK version
^0.0.1-beta.20
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: