SwiftMQTT
SwiftMQTT copied to clipboard
MQTT does not work in Background
Hi,
I have been using this library and it does not work in Background. Maybe I'm doing something wrong
I used the version 2.0.0 and it worked, after I upgraded it, it stopped. I can't get it to respond to any incoming data from the internet.
Please help
Thank you
Step 1: Send message from server while APP is in background Step 2: APP not received the message in (mqttDidReceive()) Step 3: Manually open the app, immediately, it receives the message in (mqttDidReceive())