#marlon_error

1 messages ¡ Page 1 of 1 (latest)

gray ospreyBOT
#

👋 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.

lost hingeBOT
dapper bolt
#

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?

blissful wedge
#

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

dapper bolt
#

Ok so is this an app you developed?

blissful wedge
#

correct

dapper bolt
#

What do you have targetSdkVersion set to

blissful wedge
#
    buildToolsVersion = "34.0.0"
    minSdkVersion = 26 
    targetSdkVersion = 34
    compileSdkVersion = 34
dapper bolt
#

Ok and what version of stripe-terminal-android are you using

blissful wedge
#

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

blissful wedge
#

is the idea that, the user might be attempting to connect to a bluetooth reader?

dapper bolt
#

See above links

#

Their doing ttp

#

Which had a bug with targetSDK 34 on the sdk version you're using

blissful wedge
#

okay, i guess i don't understand - would this bug happen to all devices on SDK 34?

dapper bolt
#

Yeah if using tap to pay

#

It's a bug in 3.2.0 of the android sdk

blissful wedge
#

okay

dapper bolt
#

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

blissful wedge
#

gotcha okay, thanks