mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1561] iOS devices on recent-ish firmware fail to connect to WM AccessPoint #1332
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @n0t-amused on GitHub (Feb 10, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1561
Hey folks!
I've made a remote informer for a gas boiler that sends notifications to Telegram on burner/carrier temps, and alerts if burner goes out.
The problem is that I cannot make iOS devices connect to the AP which is created by WM during the initial setup. Here's what happens:
It works fine on Win10 laptop, and I also dusted my old iPhone 4S and it works just fine on iOS7. I do not have an Android device to test unfortunately.
Running on WeMos D1 Mini
Using WM version 2.0.15-rc.1
Tested on board versions 3.1.1, 3.0.1, 2.7.4 with same disappointing results.
And just in case, here's the snippet of my setup() (although I tried basic Autoconnect example - and it is not working either).
Any thoughts?
@tablatronix commented on GitHub (Feb 10, 2023):
I test this fairly often and have not noticed anything, I will test today and see.
What ESP lib version?
Turn on full esp debugging and get logs.
Disable all callbacks and callout portalCallback and led ticker and test again.
@nestorix1343 commented on GitHub (Mar 15, 2023):
I experience the same problem with iPadOS, but iOS does work (most of the times). Did some testing with different settings but it made no difference.
@tablatronix commented on GitHub (Mar 16, 2023):
works for me
Iphone 12
Iphone 7
Ipad 2
my mac mini will not auto launch the captive portal if I have internet access but used to, also you have to forget wifi networks in IOS/OSX for them to captive portal again, so make sure they are not "remembered" or use a random SSID
@nestorix1343 commented on GitHub (Mar 16, 2023):
The problem is (I think) not even with the captive portal. The iPad Pro (and also my partner's iPad) does not even connect on WiFi level with the ESP32 AccessPoint (it seems). When using a PSK, I can enter the PSK on the iPad but it then also immediately fails. MacBooks and iPhones do not experience this and just work. So something is different for the iPad and can figure out what it could be.
@tablatronix commented on GitHub (Mar 16, 2023):
Ah, ill test that also.
Could be dhcp issue, have you tested on ESP 2.0.6+
@nestorix1343 commented on GitHub (Mar 16, 2023):
I tried connecting with the ESP/WiFiManager when coming off my home WiFi network with Private WiFi Addresses disabled (the rotating of MAC addresses). When I turn on the Private WiFi Addresses option (so activate the rotating MAC addresses) then swapping to the ESP does work. Strange. I will investigate/test this further.
@carstenSpraener commented on GitHub (Feb 6, 2024):
The same here. Simple Sketch in arduino ide.:
iPhone 11 pro with iOS 17.1 does not connect.
MacBook with Sonoma 14.2.1 connects without Problem.
WiFiManager Version is: 2.0.16-rc.2
@tablatronix commented on GitHub (Feb 11, 2024):
Theres an open esp32 issue about this if you get incorrect password or auth failures or ap not found. Try updating esp lib