用于推送通知的 Apple p8 和 p12
Apple p8 and p12 for push notification
我有一个应用程序需要 APN 服务。
在我为 apn 服务创建 p8(Braze 推荐)后,我注意到特定应用的推送通知仍然是 "configurable" 而不是证书、标识符和配置文件下的 "enabled" - 应用 ID - 。所以我继续为这个特定的应用程序创建了 p12 证书。
目前推送通知非常不稳定,不知道 APN 背后发生了什么,错误给了我 "BadDeviceToken sent to "
我的问题:
创建通用 p8 密钥后,推送通知是否可以在不需要为每个特定应用配置 p12 证书的情况下工作?为什么仍然显示 "configurable" 而不是 "enabled"?
如果我为推送通知同时创建 p8 和 p12,我应该在 Braze 中使用哪一个?
After creates the generic p8 key, does the push notification works
without the need to configure p12 certificate for each particular app?
Why is the still showing "configurable" instead of "enabled"?
对于推送通知,显示 "Configurable" 是正确的。
If I create both p8 and p12 for push notification, which one should I
use in Braze?
坚持使用 p8 授权密钥,现在更推荐使用它来处理推送通知,正如你提到的,Braze 也推荐它。
我有一个应用程序需要 APN 服务。
在我为 apn 服务创建 p8(Braze 推荐)后,我注意到特定应用的推送通知仍然是 "configurable" 而不是证书、标识符和配置文件下的 "enabled" - 应用 ID - 。所以我继续为这个特定的应用程序创建了 p12 证书。
目前推送通知非常不稳定,不知道 APN 背后发生了什么,错误给了我 "BadDeviceToken sent to "
我的问题:
创建通用 p8 密钥后,推送通知是否可以在不需要为每个特定应用配置 p12 证书的情况下工作?为什么仍然显示 "configurable" 而不是 "enabled"?
如果我为推送通知同时创建 p8 和 p12,我应该在 Braze 中使用哪一个?
After creates the generic p8 key, does the push notification works without the need to configure p12 certificate for each particular app? Why is the still showing "configurable" instead of "enabled"?
对于推送通知,显示 "Configurable" 是正确的。
If I create both p8 and p12 for push notification, which one should I use in Braze?
坚持使用 p8 授权密钥,现在更推荐使用它来处理推送通知,正如你提到的,Braze 也推荐它。