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
I've a flutter iOS app and WiFi IoT device.... I used to connect my mobile and IoT device using my flutter app, Then I have call one GET request to communicate with IoT device. Now the problem is that GET Api give me the following exception
Turn on the IOT device into pairing mode (IOT device start emitting a WiFi connection)
Connect to that IOT device's WiFi using flutter app
Call the GET API request to communicate to IOT device
Note : Mobile is connected to IoT device, IoT device doesn't have internet connection
GET request should properly work
I've checked the flow manually by connecting to IOT device and call the GET request using chrome.... It's working fine..... in Flutter iOS app it's not working
The text was updated successfully, but these errors were encountered:
Comigo aconteceu o mesmo problema no iOS, meu aplicativo tenta conectar a API local com IP 192.168.0.100 porta 8070 e não conecta, apenas ocorre o problema na versão publicada (release), debug funciona normalmente.
Testando em outra rede com IP 192.168.254.100 funciona normalmente em todas as versões.
I've a flutter iOS app and WiFi IoT device.... I used to connect my mobile and IoT device using my flutter app, Then I have call one GET request to communicate with IoT device. Now the problem is that GET Api give me the following exception
Note : Mobile is connected to IoT device, IoT device doesn't have internet connection
GET request should properly work
I've checked the flow manually by connecting to IOT device and call the GET request using chrome.... It's working fine..... in Flutter iOS app it's not working
The text was updated successfully, but these errors were encountered: