Frequently Asked Questions¶
General Questions¶
What is Pulse MQTT?¶
Pulse MQTT is a production-ready Android MQTT client library built on Eclipse Paho, providing advanced features like command-based architecture, retry policies, health monitoring, and automatic reconnection.
Is Pulse MQTT free to use?¶
Yes, Pulse MQTT is open-source and licensed under Apache License 2.0.
Which Android versions are supported?¶
Pulse MQTT supports Android API 21 (Android 5.0) and above.
Installation & Setup¶
How do I add Pulse MQTT to my project?¶
See the Installation Guide for detailed instructions.
Do I need special permissions?¶
Yes, you need INTERNET and ACCESS_NETWORK_STATE permissions. See Installation for details.
Common Issues¶
Connection keeps dropping¶
Enable health monitoring and network monitoring for automatic reconnection. See Health Monitoring.
Need More Help?¶
- Check our GitHub Issues