#marlon_error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1250085536308265081
đ Have more to share? Add details, code, screenshots, videos, etc. below.
What reader do you have?
Or is the client you're referring to using their Galaxy as the tap to pay reader, and it's just a card transaction that's failing?
yeah tbh, i don't have the full scope of the issue. these are the logs i received from my customer using the app
If you have any qualifying questions i should be asking, I can try to ask them
Device info
Ok so is this an app you developed?
correct
What do you have targetSdkVersion set to
buildToolsVersion = "34.0.0"
minSdkVersion = 26
targetSdkVersion = 34
compileSdkVersion = 34
Ok and what version of stripe-terminal-android are you using
i'm using,
@stripe/stripe-terminal-react-native": "^0.0.1-beta.14
which i believe is pulling in
com.stripeterminal-core:3.2.0
Ah you need
v0.0.1-beta.15
Which was added in : https://github.com/stripe/stripe-terminal-react-native/releases/tag/v0.0.1-beta.15
is the idea that, the user might be attempting to connect to a bluetooth reader?
See above links
Their doing ttp
Which had a bug with targetSDK 34 on the sdk version you're using
okay, i guess i don't understand - would this bug happen to all devices on SDK 34?
okay
Which is the version 0.0.1-beta.14 of the react native sdk uses
So you need to use at least version v0.0.1-beta.15
gotcha okay, thanks