【发布时间】:2019-01-21 14:59:42
【问题描述】:
由于有很多很棒的应用程序(如Pusher 或APNs Provider)来测试推送通知,它们仅支持.p12 或.pem 证书。如何测试带有.p8 扩展名的密钥?
【问题讨论】:
标签: ios testing push-notification apple-push-notifications
由于有很多很棒的应用程序(如Pusher 或APNs Provider)来测试推送通知,它们仅支持.p12 或.pem 证书。如何测试带有.p8 扩展名的密钥?
【问题讨论】:
标签: ios testing push-notification apple-push-notifications
如果你想要一个现有的应用程序,你可以使用https://github.com/onmyway133/PushNotifications。
【讨论】:
您可以通过 OwnProvider 使用 .p8 JWT 密钥测试推送
这是一个 macOS 应用程序,也可以用来完成这项工作:https://www.angularcorp.com/post/macos-ownprovider
【讨论】: