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?
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.
来源:https://stackoverflow.com/questions/26725710/testing-app-based-apple-pay-in-a-beta-environment