-
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
Unable to prepare built in card reader on IOS for tap to pay #677
Comments
hey @MugheesAwan if you can share your serial number we can look into this further, but in the most likely case for this error unfortunately there is nothing we can do at the moment as we are waiting to hear back from Apple on a potential fix. |
Hey @nazli-stripe the same error is also surfacing on my end. This error "Unable to prepare the built-in card reader to accept payments. Reconnect the app to the reader." is being thrown from Stripe SDK. |
@nazli-stripe @IkjotCreates @MugheesAwan Any update on this? Some of our users in UK reported this as well. |
This seems to be a general issue on 17.4.1, as we wait for a fix from Apple one potential workaround is to follow the steps in this guide: https://support.apple.com/en-ca/101582 |
This is reported to be fixed on 17.5.1, updating iOS versions to the latest should help alleviate the problem |
Describe the bug
We have tap to pay feature integrated in our App. It was working great, but in last couple of days we are unable to connect to our reader on IOS devices. We are able to connect to the simulated reader but AppleBuiltIn reader is not able to connect even in live mode. Discovery of readers is successful as I get this reader:
{"availableUpdate": null, "batteryLevel": null, "batteryStatus": "unknown", "deviceSoftwareVersion": null, "deviceType": "appleBuiltIn", "id": null, "ipAddress": null, "isCharging": null, "label": "Apple Built-In (…a659)", "location": {"address": {"city": "Wilmington", "country": "US", "line2": "", "postalCode": "19807", "state": "Delaware"}, "displayName": "Nomod LLC", "livemode": false}, "locationStatus": "set", "simulated": false, "status": "offline"}
but on trying to connect I get this error:
{"code": "AppleBuiltInReaderFailedToPrepare", "message": "Unable to prepare the built-in card reader to accept payments. Reconnect the app to the reader."}
Stripe Terminal React Native SDK version
^0.0.1-beta.15
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: