The Iphone 17 series wifi disconnect innormal

I use Iphone 17 wifi to test the device and mobile phone communicate,but I found the wifi disconnect innormal in hign frequency. This situation is only appears in iphone 17 series, iphone 14 and 15 is ok, so I think iphone 17 wifi chip or software has bugs. the local network disconnect in hign frequency.

Answered by DTS Engineer in 872202022

DevForums is primarily focused on APIs, so we can’t help you with general Wi-Fi issues. Given that, I have two suggestions for you:

  • I encourage you to report this as a bug. I have specific advice on how to report Wi-Fi bugs in this post.
  • If you’re seeking a workaround, I recommend that you ask about that on Apple Support Community, run by Apple Support.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

The disconnect image

the code show like this: bug

flutter: [/Storage?Download=000001800000018000C000C0] An error occurred during request, trying again (attempt: 5/5, wait 1000 ms, error: SocketException: Connection failed (OS Error: Host is down, errno = 64), address = 192.168.1.8, port = 80)
flutter: [/Storage?Download=000001800000018000C000C0] An error occurred during request, trying again (attempt: 1/5, wait 1000 ms, error: SocketException: Connection failed (OS Error: Host is down, errno = 64), address = 192.168.1.8, port = 80)
flutter: [/Storage?Download=000001800000018000C000C0] An error occurred during request, trying again (attempt: 2/5, wait 2000 ms, error: SocketException: Connection failed (OS Error: Host is down, errno = 64), address = 192.168.1.8, port = 80)
flutter: [/Storage?Download=000001800000018000C000C0] An error occurred during request, trying again (attempt: 3/5, wait 3000 ms, error: SocketException: Connection failed (OS Error: Host is down, errno = 64), address = 192.168.1.8, port = 80)
flutter: [/Storage?Download=000001800000018000C000C0] An error occurred during request, trying again (attempt: 4/5, wait 1000 ms, error: DioException [connection timeout]: The request connection took longer than 0:00:15.000000 and it was aborted. To get rid of this exception, try raising the RequestOptions.connectTimeout above the duration of 0:00:15.000000 or improve the response time of the server.)
flutter: [/Storage?Download=000001800000018000C000C0] An error occurred during request, trying again (attempt: 5/5, wait 1000 ms, error: SocketException: Connection failed (OS Error: Host is down, errno = 64), address = 192.168.1.8, port = 80)
flutter: [/Storage?Download=000001800000018000E000E0] An error occurred during request, trying again (attempt: 1/5, wait 1000 ms, error: SocketException: Connection failed (OS Error: Host is down, errno = 64), address = 192.168.1.8, port = 80)
flutter: [/Storage?Download=000001800000018000E000E0] An error occurred during request, trying again (attempt: 2/5, wait 2000 ms, error: SocketException: Connection failed (OS Error: Host is down, errno = 64), address = 192.168.1.8, port = 80)
flutter: [/Storage?Download=000001800000018000E000E0] An error occurred during request, trying again (attempt: 3/5, wait 3000 ms, error: SocketException: Connection failed (OS Error: Host is down, errno = 64), address = 192.168.1.8, port = 80)

when I use wifi test, the wifi problem show

DevForums is primarily focused on APIs, so we can’t help you with general Wi-Fi issues. Given that, I have two suggestions for you:

  • I encourage you to report this as a bug. I have specific advice on how to report Wi-Fi bugs in this post.
  • If you’re seeking a workaround, I recommend that you ask about that on Apple Support Community, run by Apple Support.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

The Iphone 17 series wifi disconnect innormal
 
 
Q