#mandalorianiv_error

1 messages ¡ Page 1 of 1 (latest)

wraith glenBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1282658933399486494

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

crisp void
#

Hi, let me help you with this.

#

What's the error you're seeing?

ivory temple
#

hi

#

one of our customers says that when stripe native payment sheet appears, app crashes

#

I reproduced the error and realized that it is crashing in android 10

#

so I read couple stackoverflow articles and some says it's because of googlepay does not support at android 10

#

I did update sdk to latest

#

stripe android

#

updated the kotlin version to 2.0.20

#

I've added Googlepay metadata as "false" to android manifest

#

the crash happens

#

error is ;

crisp void
#

Are you calling PaymentConfiguration.init?

ivory temple
#

Not by myself

#

I'm using third party package since it is a cross platform

#

but it works on higher versions but not this one

crisp void
#

What package are you using?

ivory temple
crisp void
#

Okay, then you'll need to reach out to them for support, since I don't know how they're implementing Stripe under the hood.

ivory temple
#

hmm

#

got you