flutter-plugin icon indicating copy to clipboard operation
flutter-plugin copied to clipboard

Apple Pay button not visible on real device , json file not accessible by real device

Open El-sayed-mahmoud opened this issue 2 years ago • 3 comments

El-sayed-mahmoud avatar Oct 09 '22 08:10 El-sayed-mahmoud

same here

Moatamed8 avatar Oct 12 '22 11:10 Moatamed8

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

El-sayed-mahmoud avatar Oct 12 '22 13:10 El-sayed-mahmoud

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.

JlUgia avatar Oct 12 '22 13:10 JlUgia

Closing due to inactivity. Feel free to re-open if the issue persists.

JlUgia avatar Nov 21 '22 15:11 JlUgia