#rafael_error
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/1336329442984988682
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
What "app" are you referring to in this case?
The app I am developing. I am using Stripe Android tap to pay sdk
Are you trying both options on the same device?
What do you mean trying both options in the same device? If first I installed from Play Store and then installed the signed APK sideloaded?
Yes
Yes, I install my app from the play store, I get that error message when discovering the readers. I delete the app, install the signed APK and everything works.
hey there, stepping in for @viral cedar who needs to step away soon.
Let me see if we've got any prior example of this error.
The manual signed APK install, is that set up for live mode or test mode operation?
live mode.
I assume the play store version is configured for live mode
yes
What version of the SDK are you currently using?
implementation 'com.stripe:stripeterminal-taptopay:4.1.0'
implementation 'com.stripe:stripeterminal-core:4.1.0'
There is an open issue related to Google Integrity Protection checks in the play store: https://github.com/stripe/stripe-terminal-android/issues/520
The team is working on a fix here that should be ready in a couple of weeks
On the linked react native issue, the workaround recommendation is to downgrade the SDK version to beta20: https://github.com/stripe/stripe-terminal-react-native/issues/866
This corresponds to the android terminal SDK version 3.7.1: https://github.com/stripe/stripe-terminal-react-native/releases/tag/v0.0.1-beta.20
So in the interim I think the analogous workaround would be to downgrade to that, and ensure anti-tampering is disabled.
But please also report hitting this on the android issue âď¸
That will allow you to get notified once the team has resolved the problem
I'm also reporting this internally to ask the team to share an update on that issue
but downgrading to 3.7.1, will it not work with target sdk 34 or 35?