isApplePaySupported false despite following all steps

Please provide the following:

  1. SDK Version: 42.0.0
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I followed all the steps here - https://docs.expo.dev/versions/v42.0.0/sdk/stripe/

I set expo.plugins to:

    "plugins": [
      [
        "@stripe/stripe-react-native",
        {
          "merchantIdentifier": "MY_MERCHANT_ID",
          "enableGooglePay": true
        }
      ]
    ]

In Apple dev portal the apple pay capability is enabled:

I then run:

eas build -p all --profile development

I then install the build onto my ios device and then on launch it comes back as isApplePaySupported being false. I even tried the presentApplePay but it fails with “Canceled” immediately. Any ideas?

Tried again after succesfully doing eas builds with other stuff. But still not working. Still getting back false for isApplePaySupported.

Do we have to do expo prebuild? That’s one step I haven’t done. But also I didn’t have to do this for camera ocr eas build I did so I didn’t think it was needed.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.