Testing App Based Apple Pay in a Beta Environment

时光毁灭记忆、已成空白 提交于 2019-11-30 05:38:06

问题


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.



来源:https://stackoverflow.com/questions/26725710/testing-app-based-apple-pay-in-a-beta-environment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!