#therealmoldario_api

1 messages ยท Page 1 of 1 (latest)

rustic zephyrBOT
#

๐Ÿ‘‹ 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/1332320423190204428

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

trim wyvern
#

Yeah the most obvious reason is that the device they're testing on didn't have an Apple ID with an active card in the wallet. Beyond that, it doesn't sound like an integration issue if the same build works ok on an iPhone. Unfortunate that they don't provide any specifics

The PI you shared, is that an actual one generated by Apple in their testing?

muted eagle
#

that's the only one we can see from the test account provided to them

trim wyvern
#

Could also maybe be iOS version, but I'd doubt that. You're using Payment Sheet, right?

muted eagle
#

I've customized it slightly to be able to control the button that triggers stripe.

don't know if I can add code here in a readable manner

#
                        try? await viewModel.prepareForPayment()
                        showPaymentSheet = true
                    } label: {
                        HStack {
                            Text("Proceed to payment")
                                .font(.custom("Roboto-Bold", size: 16))
                        }
                        .foregroundStyle(Color.background.white)
                        .frame(maxWidth: .infinity)
                    }
                    .paymentSheet(
                        isPresented: $showPaymentSheet,
                        paymentSheet: paymentSheet,
                        onCompletion: viewModel.onPaymentCompletion)```
trim wyvern
#

I would recommend that you write in directly to our team with as much context and code as possible and we can dive deeper into this

rustic zephyrBOT
#

Hello @muted eagle, we have sent you a direct message, please check it at https://discord.com/channels/@me/1332322116439380082

  • ๐Ÿ”—The message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
muted eagle
#

they basically gave me the same response... but alright, I'll reach out to them again

#

thanks

trim wyvern
#

That will come directly to us โ€“ not regular support

#

We can take a deeper like if you provide the details