简体   繁体   English

带条纹的Apple Pay:无法使用Apple Pay证书构建

[英]Apple pay with stripe : Using apple pay certificate not able build

I have posted this from last week . 我已于上周发布了此信息。 This post show you detailed descrption of problem. 这篇文章向您展示了问题的详细描述。

I have created app with credit card payment using apple pay. 我已经使用Apple Pay通过信用卡付款创建了应用。 It works fine with my Xcode. 它与我的Xcode正常工作。

What I want: My client have apple developer account and he wants to build app using his certificates 我想要的是:我的客户拥有Apple开发者帐户,他想使用自己的证书来构建应用

What I have from client : 我从客户那里得到的:

1) IOS developer certificate 1)IOS开发人员证书

2) Apple pay certificate that is merchant id 2)苹果支付证明是商家ID

3) P12 certificate 3)P12证书

What I have did 我做了什么

I have imported above certificate in keychain you can see on this image 我已经在钥匙串中导入了以上证书,您可以在此图像上看到

![ Here is a key chain screen shot not: green one is of my client and red is of mine] 1 ![这不是钥匙串屏幕截图:绿色是我的客户,红色是我的] 1

Set bundle id of client in 在中设置客户端的捆绑ID 这里

I have changed in my Xcode "Build settings -> code signing" with clients developer certificate. 我已经使用客户端开发人员证书更改了Xcode的“构建设置->代码签名”。

Problem is 问题是 这里

I can't add merchant id that is given by my client. 我无法添加我的客户提供的商家ID。 When I click on apple pay/ fix issue/ refresh button -> Xcode redirect me to choose apple developer account. 当我单击Apple Pay /修复问题/刷新按钮-> Xcode时,重定向我选择Apple开发者帐户。 and It shows only my account. 并且仅显示我的帐户。

Is this enough? 这够了吗? if not please tell me steps or any suggestion. 如果没有,请告诉我步骤或任何建议。

I have updated my question. 我已经更新了我的问题。 My screen is now look like 我的屏幕现在看起来像

当我单击添加/刷新/修复问题时,将显示此屏幕。

Try transferring the certificates in a different way. 尝试以其他方式传输证书。

To export: 出口:

Go to Xcode->Preferences->Accounts, click the "Settings" icon (bottom left corner, next to the +-) and choose "export". 转到Xcode-> Preferences-> Accounts,单击“设置”图标(左下角,+-旁边),然后选择“导出”。

To import: 导入:

Same as the above, only this time choose "import". 与上述相同,仅这次选择“导入”。

Good luck. 祝好运。

我的客户在他的Apple开发人员帐户中将我添加为管理员,所以现在我的xcode可以使用他的所有证书。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM