#一刻千金-app
1 messages · Page 1 of 1 (latest)
hello @unreal grail ! can you share your account id? it'd look something like acct_123
Where can I find my account id ? I'm looking for it in my profile
Thank you Alex ! 🙌
I took a look at your account and see that you are using tipsi-stripe, an unmaintained third party built ReactNative library that uses non-compliant versions of the Android SDK under the hood [0]. Google has flagged certain versions of the Stripe Android SDK as out of compliance, affecting versions prior to v9.1.0 on tipsi [1].
In order to resolve this issue, the best course of action is to migrate to Stripe's ReactNative SDK: https://github.com/stripe/stripe-react-native
An alternative solution would be to upgrade your current version of tipsi-stripe to 9.1.0 or higher. Moving to a different version of tipsi-stripe that is compliant with Google Play policies will resolve this issue. You should integrate Stripe ReactNative SDK as tipsi-stripe is not a maintained community built package whereas Stripe's ReactNative SDK is a Stripe built library.
[0] https://github.com/tipsi/tipsi-stripe
[1] https://github.com/tipsi/tipsi-stripe/blob/master/CHANGELOG.md#910---2021-06-17
"@stripe/stripe-react-native": "^0.2.0"
We're using the Stripe SDK
This is from the package.json
But we're not using that anymore
Look
Hi, can you try to clear the yarn.lock or package.lock and yarn or npm install again?
Yeah, but that would be on my local repo right?
Yes, please try to clear to ensure the old depednencies are not cached.