Skip to content
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

Discovering multiple device types simultaneously #234

Open
SimonRosenau opened this issue Jun 2, 2023 · 1 comment
Open

Discovering multiple device types simultaneously #234

SimonRosenau opened this issue Jun 2, 2023 · 1 comment
Labels
feature Feature request

Comments

@SimonRosenau
Copy link

Summary

Is it possible to discover both bluetooth and internet readers simultaneously? If not, what would be the best UX to choose?

Code to reproduce

iOS version

Installation method

SDK version

Other information

I currently to have the problem, that users need to choose the discovery method in advance, which might be confusing.
Also when trying to switch methods while a connection is attempted the other discovery method fails (rightfully so) with the error of being busy connecting. A cancelable returned from the connect method would help in that case!

@bric-stripe bric-stripe added the feature Feature request label Jun 7, 2023
@bric-stripe
Copy link
Collaborator

hi, sorry for delay getting back to you here. One approach is to display a menu before connecting to the reader to display the supported reader types and then start discovery after that. So the menu would list the supported readers first and then start discovery after the user selects the device.

I tagged this as a feature. We periodically go over the feature tagged items during planning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants