#sysfel_code
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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?
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.
What do you mean custom android device?
It does not come from major manufactures (google, samsung and etc)
Which manufacturer is this?
A reason for this error we've seen with some devices is aggressive memory/battery management killing some background services
Telpo
And the solution is to manually disable all optimization features for the app
Hmm i don't have any resources for that manufacturer
For comparison, here's an example of how to do things for an Oppo device: https://dontkillmyapp.com/oppo
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.
Great. I believe I do have some option to take from here. I will explore your suggestions about the optimation features. And also try in another device.
For that I will have to prepare another application.