-
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
Tap to pay not working on iOS 18 #830
Comments
upon debugging using Xcode, it seems that the connectLocalMobileReader method is not resolving, causing the process to hang.
|
I've test on my end on an iOS 18 device using the dev-app(https://github.com/stripe/stripe-terminal-react-native/tree/main/dev-app) and unfortunately it works from connect to successful payment so I'm a bit confuse about the issue you mentioned. |
Well there isn't any error from the connectLocalMobileReader, its just gets stuck at that(connectLocalMobileReader) method. The bluetooth related logs in the ss is from the terminal reader scan I believe.
|
Sorry it take a while to test which part the issue is and also discuss internally with different people, so far we still not able to reproduce by just changing connection method. |
yes sure @tim-lin-bbpos |
Looking at our logs for the device in screenshots (serial |
yes @nazli-stripe I am aware of it and it is handled in the function |
Describe the bug
Tap to pay not working on iOS 18 devices consistently. iOS 17 and bellow devices seems to be working fine.
However, if one connects to a terminal reader before connecting to tap to pay, it does seem to be working.
To Reproduce
Steps to reproduce the behavior:
Use tap to pay on iOS 18
Expected behavior
It should work consistently
Screenshots
If applicable, add screenshots to help explain your problem.
Stripe Terminal React Native SDK version
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: