Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing App Based Apple Pay in a Beta Environment

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?

like image 982
kdbdallas Avatar asked Sep 29 '22 11:09

kdbdallas


1 Answers

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.

like image 136
kdbdallas Avatar answered Oct 03 '22 03:10

kdbdallas