How to get offline push PushID?
2023-09-18
Products / Plugins:In-app chat
Platform / Framework:iOS / Android / Flutter / ReactNative
After registering vendor push using ZPNs SDK, you can get the error code and error message from the onRegister callback. When the error code is 0, you get the PushID.
Reference documents are as follows:
| Platform | Reference Document |
|---|---|
| iOS | Implementing Offline Push |
| Android | Implementing Offline Push |
| Flutter | Implementing Offline Push |
| React Native | Implementing Offline Push |
