Application can’t use WiFi on iOS 11.x
-
I am developing a multi OS application. The same source code is deployed on IOS, Windows, Android.
App uses WiFi connect to server.
On the earlier version of IOS, this was working, This also works well on all other OS. but version iOS11 App can not uses WiFi.
Does anyone have some suggestions for a solution? -
Hi,
Did you change Qt versions in between ?
If not, what version are you using ? -
Thank you for your reply
I am using qt5.9.6. I have not tried other versions yet.
We use the Chinese version of iOS11.x with a firewall-like function. User authorization is required when the application accesses the network. However, my app is running without an authorization window popping up, which prevents networking.
iOS10.x also has a firewall-like function, it can pop up the authorization window, but iOS11.x does not work -
Since you have a special edition, you should check whether you now need to provide an entitlement to your application in order to request access to the WiFi or do something special for iOS 11 regarding that.
-
Since you have a special edition, you should check whether you now need to provide an entitlement to your application in order to request access to the WiFi or do something special for iOS 11 regarding that.
-
What kind of popup do you have in mind exactly ?
-
I don't know if it is related, but the bug reported here https://bugreports.qt.io/browse/QTBUG-63760 might be relevant to this. So it might be worth watching that too.
-
I don't know if it is related, but the bug reported here https://bugreports.qt.io/browse/QTBUG-63760 might be relevant to this. So it might be worth watching that too.
my workaround (mentioned in Bug 63760) is still working well at customer sites.
-
I don't know if it is related, but the bug reported here https://bugreports.qt.io/browse/QTBUG-63760 might be relevant to this. So it might be worth watching that too.
-
What demo is that ?