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

ZPNs release notes


Version 2.7.0

Release Date: 2024-07-01

New Features

FeatureDescriptionRelated API
Vendor Package SeparationSeparate the implementation of ZPNs for different vendors into corresponding vendor packages. You can choose to integrate different ZPNs vendor packages based on your own vendor access situation, avoiding unnecessary dependencies on vendor packages and reducing unnecessary review risks during deployment.-


Version 2.6.0

Release Date: November 22, 2023

New Features

FeatureDescriptionRelated API
Notification with ImageSupport for including an image in offline push notifications. For more details, please refer to the documentation Notify with photo attachment.
Update Icon BadgeSupport updating the app icon badge to remind users of unread messages even when they are offline. For more details, please refer to the documentation Modify a notification badge.


Version 2.5.0

Release Date: 2023-09-14

New Features

FeatureDescriptionRelated API
Local LogsAdded ZPNs local log component, call uploadLog of ZIM SDK to upload logs of both ZIM and ZPNs.uploadLog
Send private messageSupport unregistering offline push and disabling push notifications.ZIMPushConfig > resourcesID

Improvement and optimization

FeatureDescriptionRelated Interface
Get payload passthrough fieldAdd interface to retrieve payload passthrough field, simplifying the retrieval process.getZPNsMessage


Version 2.3.0

Release Date: 2023-03-07

New Features

FeatureDescriptionRelated APIs
Silent Push SupportSupports synchronizing data between the app running in the background and the server through silent push.-


Version 2.2.0

Release Date: 2022-12-01

Improvements

FeatureDescriptionRelated APIs
ZPNs Interface OptimizationRefactored and optimized the ZPNs interface.
Warning

If you encounter compilation issues after upgrading to 2.2.0, please refer to the Upgrade guide - ZPNs.

-


Version 2.1.0

Release Date: 2022-08-15

New Features

FeatureDescriptionRelated API
Support for Google FCM Push ChannelAdded support for Google FCM Push Channel, please refer to Integrate Google FCM push notification for more details.N/A


Version 2.0.0

Release Date: 2022-03-21

ZPNs SDK is released for the first time. To use it, please combine it with the ZIM SDK.

FeatureDescriptionRelated APIs
Register Offline PushRegister for offline push notifications from manufacturers' channels. Please configure the required manufacturer information before using it.
Receive Manufacturer's Transparent Message CallbackCallback triggered by transparent messages returned by various manufacturers, and notifications are thrown in this interface.onThroughMessageReceived
Receive Manufacturer's Notification Click CallbackCallback for notification clicks from various manufacturers, unified in the related interface.onNotificationClicked
Receive Manufacturer's Notification Display CallbackCallback for notification display from manufacturers, unified in this interface.onNotificationArrived

Previous

ZIM release notes

Next

ZIM Audio release notes