简体   繁体   English

Apple支付Apple Wallet中的商家ID - 可以动态更新吗?

[英]Apple pay merchant id in Apple Wallet - can it be updated dynamically?

Our iOS App provides on line ordering capability to various merchants who are part of our network. 我们的iOS应用程序为作为我们网络一部分的各个商家提供在线订购功能。 We want to create unique merchant identifier and matching certificate for each merchant. 我们希望为每个商家创建唯一的商家标识符和匹配证书。 My question is this: Can we update the Apple Wallet dynamically with new merchant IDs thru appropriate web service from the App to our server? 我的问题是:我们可以通过适当的Web服务从App到我们的服务器,使用新的商家ID动态更新Apple Wallet吗? Or do we need to create all the IDs before we release the App? 或者我们是否需要在发布应用程序之前创建所有ID?

Since your merchant identifier(s) is/are signed into your app through an entitlement you can't update them dynamically. 由于您的商家标识符已通过授权登录到您的应用中,因此您无法动态更新它们。 They wouldn't match the entitlement that was signed into your app when you compiled it. 它们与编译时签署到您的应用程序中的权利不匹配。

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

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