0

I have next case:

  1. Wifi assist enabled
  2. I connected my iphone to WIFI without inet connection
  3. I enabled Cellular Data(mobile data)

My app cant send requests. Network is unreachable.

I try open some page with safary, but "server cannot be found"

I thougth if I enable assist, ios should switch between GSM and Wifi, am I right?

Any idias or advice

Dmitry Zinoviev
  • 588
  • 1
  • 6
  • 20
  • No, wifi assist switches to the cellular connection if the wifi signal is poor, not if the wifi has no internet. You probably have a good signal strength to your wifi, so wifi assist does not apply. – Paulw11 May 14 '18 at 13:16
  • 1
    If someone elects to use a Wifi network without Internet, then the device has no internet connection until they disconnect from that network – Paulw11 May 15 '18 at 07:05
  • Thanks, then I have a problem =) – Dmitry Zinoviev May 15 '18 at 07:06

1 Answers1

0

I have had this problem too for a long time. Talked to Apple about it online but their solution was not to forward this to their developers for a bug fix, but to install the next update and see if this helps. So Apple's solution is to not do anything. Thanks for that.

The issue seems to be that the wifi assist only works on wifi signal strength and not on the ability to actually meaningfully transfer data to load even the most fundamental of website homepages. There is only one solution at the moment and that is that when you encounter these wifi networks that load nothing, that you have to go into your wifi option in settings and manually 'Forget this network'.

Not ideal but that's the only solution I have that seems to work.

Simon
  • 1