Thank you for the reply. I add the following line to my .pro file:
    QTPLUGIN -= qgenericbearer
    but that didn't fix this issue.

On Thu, Dec 3, 2015 at 11:07 PM, Thiago Macieira <thiago.macie...@intel.com>
wrote:

> On Thursday 03 December 2015 20:22:46 Liang Jian wrote:
> >     When I start an qt-iOS app with network enabled(such as wifi
> > enviroment) the app function well with all network operations. If I
> disable
> > wifi in my iphone and then re-enable wifi after a while. The app will
> stop
> > functioning with all network operations. All QNetworkAccessManager
> request
> > will failed with error number 99 and
> > QNetworkConfigurationManager::isOnline() will always return false.
> >    Is there any workaround to this issue? thanks.
>
> Try removing the bearer plugins from your deployment.
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to