#juanse-terminal-taptopay
1 messages · Page 1 of 1 (latest)
Hello 👋
Have you setup the entitlements and build file already?
https://stripe.com/docs/terminal/payments/setup-reader/tap-to-pay-on-iphone#entitlements-build-file
Yep i did that.
do you see any additional log lines in your console which may suggest what's going on here?
sure
also, would recommend double checking if the reader is installing updates by adding print statements in delegate methods
https://stripe.com/docs/terminal/payments/connect-reader?terminal-sdk-platform=ios&reader-type=tap-to-pay-on-iphone#device-setup
I'm trying to connect localMobile, with readers working well, but when i try to connect my iphone as reader it doesn't works
Gotcha. Trying to clone it down and reproduce, hold on..
this is the error => discoverReaders failed: Error Domain=com.stripe-terminal Code=3060 "Could not communicate with the reader. Try resetting or recharging the reader." UserInfo={com.stripe-terminal:ReaderMessage=Error that indicates an internal service is unavailable., NSLocalizedDescription=Could not communicate with the reader. Try resetting or recharging the reader., com.stripe-terminal:Message=Could not communicate with the reader. Try resetting or recharging the reader.}
Have you tried restarting the device?
No no remember that i'm trying to use tap to pay in my iphone so i'm not using any reader just my phone as reader.
yes i did that, but with any result
It is looking like this is going to take some time to reproduce on our side. Would you mind writing an email to us through at https://support.stripe.com/?contact=true and DMing me your email? I can grab the ticket and we can get back to you through there
To be clear, the email can just be your first message and mentioning that you talked to us on Discord
Actually before that, make sure that they've followed these steps. Without it, the example app won't work
https://developer.apple.com/documentation/proximityreader/setting-up-the-entitlement-for-tap-to-pay-on-iphone
Specifically the part about provisioning profile as that's where you're supposed to add the UUID of the device you'd be testing the app on!
Sent