pushKitCertName property

String? pushKitCertName
final

~english The name of the PushKit certificate, which is used for VoIP push notifications on iOS.

Set the PushKit certificate name that you configured in the console. This parameter is specific to iOS and is ignored on other platforms. After the app obtains the PushKit token from PKPushRegistry, bind it with ChatPushManager.bindPushKitToken.

This setting takes effect only during SDK initialization and cannot be changed at runtime. ~end

~chinese PushKit 推送证书名称,用于 iOS 的 VoIP 推送。

填写你在控制台配置的 PushKit 证书名称。该参数仅对 iOS 生效,其他平台忽略。 应用从 PKPushRegistry 拿到 PushKit token 后,调用 ChatPushManager.bindPushKitToken 绑定。

该配置仅在 SDK 初始化时生效,运行时不可修改。 ~end

Implementation

final String? pushKitCertName;