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

后端 未结 3 1130
佛祖请我去吃肉
佛祖请我去吃肉 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:38

    Add manually and test it. See screenshot

    0 讨论(0)
  • 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.
    0 讨论(0)
  • 2021-01-28 10:57

    Just had this problem appear when I tried to add Apple Pay to my capabilities. Nothing really worked, except for disabling automatic signing, downloading a Development profile from developer.apple.com, importing it, having it error out, and then re-enabling automatic signing.

    That made everything work again.

    0 讨论(0)
提交回复
热议问题