shamblett / mqtt_client

A server and browser based MQTT client for dart
Other
552 stars 179 forks source link

connecting to mqtt server permission denied (release.apk) #120

Closed guitar9 closed 5 years ago

guitar9 commented 5 years ago

When I want to connect to mqtt client with this library with flutter run or flutter build apk --debug, everything works fine. But when I build the release app with flutter build apk. I get error permission denied when I want to connect to Mqtt Broker. Somebody know why?

shamblett commented 5 years ago

This sounds like a flutter problem, you may be better also posting on a flutter dev list.

genovoxx commented 2 years ago

Exactly experienced the same problem - when installing the debug APK, it works like a charme. I think this might be a permission setting problem?