You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Hi, thank you for this awesome plugin! I faced the issue, that the payment sheet wasn't showing up. It turned out, that I missed to add the Apple Pay Capability to the Debug Section in Xcode. I only added it to the Release Section. The error that showed up was the following:
Also merchantCapabilities is set to optional in typescript, but if it's missing, another error appears.
I had no clue, that merchantCapabilities could be the problem here:
This error messages aren't very specific. Also, the messages are displayed in the language of the device. Instead of using error.localizedDescription, please use a more specific way to display error messages. This would make this plugin perfect! :)
Hey @mariusbolik,
thank you for your feedback! I will try to find time to improve error handling at these cases later this month. However, contributions are also welcome!
Hi, thank you for this awesome plugin! I faced the issue, that the payment sheet wasn't showing up. It turned out, that I missed to add the Apple Pay Capability to the Debug Section in Xcode. I only added it to the Release Section. The error that showed up was the following:
Also
merchantCapabilities
is set to optional in typescript, but if it's missing, another error appears.I had no clue, that
merchantCapabilities
could be the problem here:This error messages aren't very specific. Also, the messages are displayed in the language of the device. Instead of using
error.localizedDescription
, please use a more specific way to display error messages. This would make this plugin perfect! :)This was a good support for me: https://stackoverflow.com/a/53231548
Best regards,
Marius
The text was updated successfully, but these errors were encountered: