Android Question Connecting to WiFi network

Nitin Joshi

Active Member
Licensed User
Hi, I have using below code line to connect to WiFi network. However, if SSID is new to the mobile then APP can not connect to WiFi network. I need to go in WiFi setting and need to manually connect first. Later, from next time APP can connect to the WiFi network. Please help in this regards.

B4X:
WiFi.connectWifiAP ("XXXXX")
 
Top