Apple and stripe : Merchant id/apple pay certificate could not seen in xcode

后端 未结 3 1168
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-28 10:07

I have followed every steps to create stripe credit card payment functionality with apple pay in my app. It is works fine for my xcode and merchant id/bundle id.

3条回答
  •  粉色の甜心
    2021-01-28 10:54

    Have you created these certificates on your machine. If not then ask for p12 certificate. It will resolve your issue.

    @AkshayPatil : You are facing this issue only because of wrong certificates or wrong process.

    1. Check whether "Apple Pay" is activated or not before certificate was created.
    2. You should get .p12 certificate when someone create these certificate on another machine
    3. You should use same apple account to activate "Apple Pay" otherwise you will not be able to access these certificates and Apple pay will throw an error. I tried on my machine. It works fine. You should add "merchant." before merchant ID.

提交回复
热议问题