You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill out the form below before submitting, thank you!
Bug exists Release Version 1.1.1 (Java Repository Master Branch)
Bug exists in Snapshot Version 1.1.2-SNAPSHOT (Android Service Repository Master Branch)
Bug is just in the Sample Application.
Android API Version Bug Seen on: Android API 31 onwards
Android Version Bug Seen on: Android 12 onwards
Please also check that if you have found the bug in the Release version (1.1.1) that you check that it also exists in the Snapshot (1.1.2-SNAPSHOT) before raising a bug.
Yes it exists
Description of Bug:
MQTT connection not working from Android API 31 version devices onwards
Solution:
Found a working solution here #485
I'm using the following dependency -
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0'
implementation 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'
Please fill out the form below before submitting, thank you!
Android API Version Bug Seen on: Android API 31 onwards
Android Version Bug Seen on: Android 12 onwards
Please also check that if you have found the bug in the Release version (1.1.1) that you check that it also exists in the Snapshot (1.1.2-SNAPSHOT) before raising a bug.
Description of Bug:
MQTT connection not working from Android API 31 version devices onwards
Solution:
Found a working solution here #485
I'm using the following dependency -
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0'
implementation 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'
Please provide a solution as soon as possible @icraggs @jpwsutton
The text was updated successfully, but these errors were encountered: