Posts

Post marked as solved
3 Replies
1.7k Views
Hi,I have the following use case & problem:- iPhone is connected to the users home network (known by iOS/iPhone itself). On this home network, a 1st IOT device is present.- To be able to configure a 2the IOT device, I let my app disconnect from the home network, and connect to a temporary access point set up by that 2th IOT device.- When configuration is done, i remove the access point configuration.- At this point, the iPhone tries to connect again to a known wifi network, but i can not specify to which network it should return to. Sometimes it connects to another known wifi, which is not the right one. (It should return to the users home network, to connect with the 1st IOT device again).So my question: How can i ensure that the iPhone picks a certain known wifi network instead of some random known network after disconnecting from the temporary access point. (I know the ssid of the right network in my app)I've tried with the applyConfiguration method with a configuration with only the ssid, but that is interpreted as a new wifi without password...Thank you in advance
Posted
by tattniko.
Last updated
.