markoengelman / HotspotClient

Simple iOS framework which helps you connects iOS device to specific Wi-Fi from the app.
https://markoengelman.com/how-to-connect-to-wi-fi-device-from-ios-app-using-swift/
MIT License
5 stars 4 forks source link

Not possible to connect without losing Cellular network #12

Open punov opened 2 years ago

punov commented 2 years ago

Hi there, I'm looking for a solution to keep Cellular data even being connected to Device Wifi. Usual workaround for it is to provide Manual IP/Subnet mask set up for the network like: https://stackoverflow.com/questions/53106731/how-to-configure-ipv4-address-and-subnet-mask

But unfortunately I'm not able to do it programmatically for now, have you checked any possible solutions for this?

That's a killer feature for a tool like this

markoengelman commented 2 years ago

Hi @punov!

Unfortunately I haven't done or researched anything in that direction because it was out of scope for the requirements that I had when I was implementing this.

Best regards,

Marko