Post

Replies

Boosts

Views

Activity

Reply to How to connect to the saved wifi network in iOS programatically?
@eskimo Let's say I programmatically connected my iOS iPhone to a WIFI and it was disconnected for some reason. I don't want to save the password in the app. I now need to reconnect the device to the same WiFi network, but I am unable to do so because I do not know the password.Since I've already connected to the network once, is there a way to see if the device is already listed in the remembered devices list and reconnect to it?
Nov ’22
Reply to Using Cellular Data While Connected to Wifi
@eskimo I have similar issue. My app connects to an accessory via the hotspot provided by the accessory. This Wifi has no internet connection. Also app uses WKWEBView to load UI. So when the mobile data is on, even though the wifi is connected priority is for mobile Data. All the local request that is sent to the accessory is failing. Is there a way to force the WKWebView or app to use WIFI over cellular?
Aug ’22
Reply to How to install and trust a 802.1x Radius certificate on the iOS device programmatically
@eskimo In developer document it is mentioned setTrustedServerCertificates(_:) Sets trusted EAP server certificates for an enterprise Wi-Fi or Hotspot 2.0 network. Can I make use of this function for my scenario?. The app I am working on is for common users and not for any restricted group. The accessory which I am working will provide a wifi point to which any iOS device with installed radius certificate should be able to.join without any authentication. So through my IOS app I need to install and trust this certificate. Once joined to the wifi even though app is killed the device should still connected to the SSID
Jul ’22