-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply pay - usageError #106
Comments
Is that a test card (I see "simulated card")? Per our docs:
Please make sure you're testing with a valid credit card. If you are, please let me know and we can look into it further. |
That sounds right. I'm having trouble adding a valid credit card to the Wallet app. Apple docs say to create a sandbox test account (which I have) but I can't figure out where to log the account in on the iPhone emulator. https://developer.apple.com/apple-pay/sandbox-testing/ Under Settings-> Sign in to you iPhone I just keep getting errors about the (sandbox test account) username or password is incorrect. I have tried a few sandbox test accounts Even though I successfully login with them on the Apple ID site: https://appleid.apple.com/] Not sure if anyone has seen this before? |
I figured out after creating a sandbox test account. That account needs to login to icloud.com to accept the terms before being able to login on the iPhone simulator. Still unable to login to iTunes and App store. After some more searching, it looks like you can't enter a valid credit card on the iPhone simulator for security reasons. It must be a real device. |
Ah, of course, great find. Thanks for sharing it here! I'll go ahead and close this issue, but of course let us know if you have additional questions. |
Describe the issue
I was working to integrate Apply pay. It loads just fine but when I try to process the payment it fails.
I generated a CSR using the sandbox Apple Pay and loaded it correctly to the Apple developer program Merchant ID. I confirmed I'm using my sandbox application ID. All other transactions go through for me (credit cards and Google pay) to the sandbox. Just not working for apply pay.
Based on a comment in the sellercomunity I also generated a CSR in production but I still see the same error:
https://www.sellercommunity.com/t5/Developer-Discussions/Flutter-Apple-pay-error-production-simulator/m-p/169106#M1750
Here is the error:
To Reproduce
Here the piece of code that reproduce the issue.
Expected behavior
I expected the transaction to be processed on the sandbox.
Environment (please complete the following information):
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: