#sindev_unexpected
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/1268940481182568613
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- sindev_unexpected, 3 hours ago, 17 messages
Hi there ๐ that's not one I've seen before, so if you can share a bit more context that may help me out here.
Since this is a React Native app, are you seeing this error on Android, iOS, or both?
only Android
I get OR_BIBED_13
according to this doc https://developers.google.com/pay/api/android/support/troubleshooting
it happens because the app is not signed
but the app has been on the store for a long time and there are no issues with signing
"@stripe/stripe-react-native": "^0.35.0",
Hm, alright, taking a look. So does this only happen when you download the app from a marketplace/app store? Or do you see it if you run and build locally too?
if I run locally too. But this is only on prod, on testing environments it's working fine.
Gotcha, I'm looking to see anything jumps out to me, but I'm also checking to see if I have a teammate around who knows React Native flows better than I do.