Posts

Post not yet marked as solved
21 Replies
We didn't try it with ealier beta because our appliance was not ready 😟I create a feedback with sysdiagnose log, the number is FB7256722.I do some other tests, I create a single view project with a button. When the button is triggered, the device will connect via NEHotspotConfigurationManager to an hotspot named "iPhone de Hedi" (the hotspot is an another iPhone). After 15 seconds, the device was disconnected without any reason.Analysing the sysdiagnose log, the disconnection seems to be caused by :"__WiFiManagerSessionBasedDisassociationTimerCallback: diassociating to iPhone de Hedi application is no longer active"But we keep the application on foreground during the test.The disconnection appears every 15 seconds after connection, it's seems to be related to the discusion on joinOnce documentation :The hotspot is disconnected and its configuration is removed when any of the following events occurs:The app stays in the background for more than 15 seconds.Maybe, the system wrongly thinks that the app is in background ?On the workaround by setting joinOnce to false, finally it works ! We found an issue with our http library but when we use URLSession directly it works fine.
Post not yet marked as solved
21 Replies
By setting joinOnce to false, the disconnection disappears but we received an NSURLErrorNotConnectedToInternet error when we send a local request (192.168.x.x/xxxx) on the hotspot.So setting to false is not a good solution for us because the hotspot is not connected to the internet and we use it temporarily. We want display on the application the Wi-Fi list discovered by our appliance to let user select its WiFi network and connect the appliance on it.