【发布时间】:2015-08-12 08:54:57
【问题描述】:
我正在尝试为非通用 iOS 应用配置 Azure 通知中心。 Azure 管理控制台不允许我上传两个不同的推送通知证书,所以我想知道是否有办法处理这种情况。我尝试在单个 p12 文件中导出两个证书(iPad 和 iPhone),但在 Azure 上上传此文件失败并出现错误:
SubCode=40000. Failed to validate credentials with APNS. Error is The credentials supplied to the package were not recognized..TrackingId:527cc6fc-3af6-48a2-a316-ebcb79a6527e_M2_M2_G6,TimeStamp:8/12/2015 8:42:49 AM
【问题讨论】:
-
基本见the same question here。您将不得不使用多个集线器,每个证书一个,并将推送请求发送到所有集线器。
标签: ios azure push-notification apple-push-notifications azure-notificationhub