#sysfel_code

1 messages ¡ Page 1 of 1 (latest)

simple flameBOT
#

👋 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/1334535949165662359

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

glass igloo
near badge
#

Hey there

#

Just to confirm, this is in your own custom app, not the Stripe Dashboard mobile app, correct?

#

What kind of device are you experiencing this on?

glass igloo
#

It's a custom android app. We add the dependencies:
com.stripe:stripeterminal-core and com.stripe:stripeterminal-taptopay.

Currently it's running in our custom android device. This device is running on Android 12 and it's GMS certified.

near badge
#

What do you mean custom android device?

glass igloo
#

It does not come from major manufactures (google, samsung and etc)

near badge
#

Which manufacturer is this?

#

A reason for this error we've seen with some devices is aggressive memory/battery management killing some background services

glass igloo
near badge
#

And the solution is to manually disable all optimization features for the app

#

Hmm i don't have any resources for that manufacturer

#

I would suggest you try excluding your app from all such optimization features, both memory and battery

#

I also suggest testing on a completely different device to try to confirm this is a device-specific failure

#

I understand you likely need this to work on the specific device you have, but isolating the problem is a step towards fixing it.

glass igloo
#

For that I will have to prepare another application.