摘要: 一、在Apple开发者中心配置 AppleID 和 Merchant IDs 二、配置好证书后在Xcode中开启Apple Pay 三、代码实现 3.1 判断是否支持Apple Pay,如果支持又将支持哪些银行卡。 // 判断是否支持Apple Pay if (![PKPaymentAuthoriz 阅读全文