Testing App Based Apple Pay in a Beta Environment

2019-02-14 00:37发布

问题:

Is there a way to test the full flow of Apple Pay in a Beta environment?

I have implemented it using the Stripe SDK. I can get all the way to the point of the Apple Pay details popup screen with the finger print image. However when I try and use my finger print it tries to process but then throws an error saying, "Apple Pay Is Not Available in 'App Name'"

I have Apple Pay setup on my project under the Capabilities section of the project settings.

I don't know if this is just because it is not in a live enviornment, or if there is something else going on.

Has anyone else seen this, or know if there is a way to test from Beta so I can very every is setup correctly before I submit to Apple?

回答1:

Figured it out.

Turns out we had created the Merchant ID but never created the certificate. After following the steps outlined here, it is working.