#therealmoldario_api
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/1332320423190204428
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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?
that's the only one we can see from the test account provided to them
Could also maybe be iOS version, but I'd doubt that. You're using Payment Sheet, right?
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)```
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
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.