#一刻千金-app

1 messages · Page 1 of 1 (latest)

violet dock
#

hello @unreal grail ! can you share your account id? it'd look something like acct_123

unreal grail
#

Where can I find my account id ? I'm looking for it in my profile

violet dock
#

if you go to settings > account details

#

it should be in the upper right hand corner

unreal grail
#

acct_1HI9FwCUGY4pMeXW

#

Is this it?

violet dock
#

yep

#

give me a while to look into this, i'll get back to you as soon as possible

unreal grail
#

Thank you Alex ! 🙌

violet dock
#

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

unreal grail
#

"@stripe/stripe-react-native": "^0.2.0"

#

We're using the Stripe SDK

#

This is from the package.json

violet dock
#

this request is using tipsi-stripe

#

as an example

unreal grail
#

But we're not using that anymore

unreal grail
peak ivy
#

Hi, can you try to clear the yarn.lock or package.lock and yarn or npm install again?

unreal grail
#

Yeah, but that would be on my local repo right?

peak ivy
#

Yes, please try to clear to ensure the old depednencies are not cached.

unreal grail
#

Okay, I'll try that and get back to you

#

Thanks a lot !