flutter-plugin
flutter-plugin copied to clipboard
Apple Pay button not visible on real device , json file not accessible by real device
same here
iam solution this error because in Apple Pay not support in Egypt test in Saudi Arabia and ensuring add one cart at lest in apple wallet , and Make sure there is at least one card in apple wallet
same here
Hi!
When you use the default integration approach, the payment button will automatically show or hide depending on the result of the userCanPay
call. That means, that Apple Pay is not available for your testing scenario (country, account, device, etc).
Take a look at the custom integration approach to experiment with the result of userCanPay
for yourself.
Take a look at the Apple Pay documentation to learn more about the circumstances under which canMakePayments
may return false
.
Also make sure that Apple Pay is enabled in the Capabilities section of your Xcode project.
Closing due to inactivity. Feel free to re-open if the issue persists.