logo
In-app Chat
SDK Error Codes
Powered Byspreading
On this page

ZPNs release notes


Version 2.6.0

Release Date: 2023-11-28

New Features

FeatureDescriptionRelated APIs
Custom Notification IconIn addition to displaying the app's default icon in offline push notifications, you can now customize the notification icon for offline pushes with ZPNs. This can be used to display the sender's avatar in push notifications for one-on-one or group messages. For more details, please refer to Custom notification icon.-
Notification with ImageSupports including an image in offline push notifications. For more details, please refer to Notify with photo attachment.
Update App Icon BadgeSupports updating the app icon badge to remind users of unread messages when they are offline. For more details, please refer to Modify a notification badge.
Replace NotificationSupports replacing the content of the original push notification. For more details, please refer to Update a push notification.-
Improved iOS VoIP Development ExperienceTo facilitate React Native developers in implementing VoIP functionality, ZEGO has encapsulated some functions of the iOS CallKit and PushKit libraries into an independent plugin called zego_callkit. For more details, please refer to CalKit user guide.-


Version 2.5.0

Release Date: 2023-09-22

New Features

FeatureDescriptionRelated APIs
Local LogsAdded ZPNs local log component, which can upload logs of both ZIM and ZPNs by calling uploadLog.uploadLog
Unregister PushSupport unregistering offline push and disabling push notifications.unregisterPush
iOS Push Display SettingsAdded parameter ZPNsIOSNotificationArrivedConfig to registerPush, which allows specifying whether to display iOS push alerts, sounds, and badges when registering for offline push.ZPNsIOSNotificationArrivedConfig
Push Private Messages to Android DevicesSupport pushing messages through the private message channel of Android device manufacturers, achieving unlimited push.ZIMPushConfig > resourcesID

Improvements

FeatureDescriptionRelated APIs
Automatic Detection of iOS EnvironmentAdded Automatic to ZPNsIOSEnvironment enumeration. When developers call registerPush to register for offline push and are not familiar with the iOS environment, they can pass this enumeration and ZPNs will automatically detect the environment.ZPNsIOSEnvironment > Automatic
Initiate iOS Callkit Call InterfaceAdded reportIncomingCall interface, which supports initiating the iOS Callkit call interface. For more details, please refer to Implement VoIP Notifications - Initiate iOS CallKit Incoming Call Interface.reportIncomingCall


Version 2.3.3

Release Date: 2023-04-03

New Features

FeatureDescriptionRelated APIs
Silent Push SupportSupport synchronizing data between the app running in the background and the server through silent push.
iOS VoIP SupportSupport VoIP notifications through iOS CallKit.-
Encapsulated Android Channel CreationFor Android 8.0 and above, custom ringtones require creating a channel. ZPNs React Native SDK has simplified this API for easy use by customers.createNotificationChannel
Send Local NotificationsSupport sending local notifications to display information to users.addLocalNotification


Version 2.2.0

Release Date: 2022-12-07

ZPNs SDK is first released. Please use it with ZIM SDK.

FeatureDescriptionRelated APIs
Register for Offline PushRegister for offline push using vendor channels. Please configure the vendor information before using.
Receive Vendor Notification Click CallbackVendor notification click callbacks are unified in the related APIs.notificationClicked
Receive Vendor Notification Display CallbackVendor notification display callbacks are unified in this API.notificationArrived
Receive Vendor Transparent Message CallbackVendor transparent message callbacks are unified in this API.throughMessageReceived|blank

Previous

ZIM release notes

Next

ZIM Audio release notes