Hello,
I am using apply(_:completionHandler:)
on the NEHotspotConfigurationManager.shared
to prompt the user to join particular WiFi network.
In my testing it works all the time, but via Sentry I am getting a lot of errors with this code from the NEHotspotConfigurationErrorDomain
domain.
In particular I am getting: NEHotspotConfigurationErrorInternal
and NEHotspotConfigurationErrorUnknown
.
It doens't appear to be connected to particular iOS version nor device.
The WiFi network should be pretty same too - this is an app that connects to the Nintendo Switch game console.
From some anectodal reports it looks like when the user tries to connect via Camera.app (by scanning QR code) that works for the WiFi connection.
It is possible to debug this further?