#lam-playon-sports_unexpected

1 messages ¡ Page 1 of 1 (latest)

rose aspenBOT
#

👋 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/1219582052777726023

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

ocean haven
frozen lavaBOT
ocean haven
hidden kiln
#

Can you share a pi_xxx ID that you're rendering in the PaymentSheet?

ocean haven
#

ok. Pls wait moment

#

pi_3OvyppAfC1NR9PLZ0gUmX6Es_secret_ph8Md6qINRY4YbPbDcx1WcBhd

hidden kiln
#

Taking a look

ocean haven
#

Thank you

hidden kiln
#

Can you confirm for me which version(s) of our iOS SDK is used in your build?

ocean haven
#

is it included in the expo project?

hidden kiln
#

You'd need to check there, so depending on your RN SDK version that might be different

ocean haven
#

ok checking

#

here is the deps i get from the Pod.lock file.

#
  • stripe-react-native (0.35.1):
    • React-Core
    • Stripe (~> 23.18.0)
    • StripeApplePay (~> 23.18.0)
    • StripeFinancialConnections (~> 23.18.0)
    • StripePayments (~> 23.18.0)
    • StripePaymentSheet (~> 23.18.0)
    • StripePaymentsUI (~> 23.18.0)
    • StripeApplePay (23.18.3):
      • StripeCore (= 23.18.3)
    • StripeCore (23.18.3)
    • StripeFinancialConnections (23.18.3):
      • StripeCore (= 23.18.3)
      • StripeUICore (= 23.18.3)
    • StripePayments (23.18.3):
      • StripeCore (= 23.18.3)
      • StripePayments/Stripe3DS2 (= 23.18.3)
    • StripePayments/Stripe3DS2 (23.18.3):
      • StripeCore (= 23.18.3)
    • StripePaymentSheet (23.18.3):
      • StripeApplePay (= 23.18.3)
      • StripeCore (= 23.18.3)
      • StripePayments (= 23.18.3)
      • StripePaymentsUI (= 23.18.3)
    • StripePaymentsUI (23.18.3):
      • StripeCore (= 23.18.3)
      • StripePayments (= 23.18.3)
      • StripeUICore (= 23.18.3)
    • StripeUICore (23.18.3):
      • StripeCore (= 23.18.3)
#

that stripe-ios is Stripe (~> 23.18.0)

hidden kiln
#

Yeah you need to bump to 23.24.0

ocean haven
#

that means react-native should be latest version?

hidden kiln
#

Not necessarily, I think you can bump the native SDK versions independently

ocean haven
#

i see. Im using expo to manage the deps

#

not sure that manual bump the native SDK is not impact

#

anyway let me try

hidden kiln
#

Hmm, I'm not sure you can with Expo

ocean haven
#

expo 50 only support for ~35

hidden kiln
#

You may need to wait for us to cut a new Expo release that includes the SDK bump

ocean haven
#

when you release that?

hidden kiln
ocean haven
#

OK. It's working now. I have manualy update the stripe-native version to the latest.

hidden kiln
#

Nice!

ocean haven
#

But that seems to be need to check any issue if seft manage the stripe-native version.

hidden kiln
#

There shouldn't be any issues really as it's a non-major version change

#

So should be no breaking changes

#

But, the best place to confirm would be on the GH repo. The Stripe that maintains the SDK is active there

ocean haven
#

You meant i will open an issue on Expo github to confirm that?

hidden kiln
ocean haven
#

Ok. I will open an issue that Expo 50 does not support stripe-react-native latest version?

hidden kiln
#

I would just describe your issue entirely: you want to use Link in PaymentSheet, it was added in iOS SDK 23.24.0, the Expo version of the RN SDK does not support that iOS SDK version, can you manage the version seperately?

ocean haven
#

OK

#

Thank you