If you're experiencing issues with the Push Notification API, refer to the following common problems and solutions:
✅ Common Issues & Solutions
❌ Timeout Error
Ensure your server has stable connectivity. Check network latency using tools like Network Diagnostics.❌ Authentication Failure
Verify your API key is correctly configured. Refer to Authentication Setup for details.❌ Delivery Failure
Confirm the target device is registered and online. Use Device Management to check status.
📝 Troubleshooting Steps
- Check Server Logs
Look for error codes or timestamps related to push notification failures. - Validate Payload Format
Ensure data matches the required JSON schema. - Test with Debug Mode
Enable debug mode to get detailed error messages.
For advanced troubleshooting, refer to the API Reference for full method details.