You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To figure out if we can use standalone wifi on the Apple watch we need to check if configuration is possible via EAP.
From slack:
Yasser
in dat geval pakt toch gelijk wifi van de telefoon
johan
In principe wel ja, maar NEHotspotConfiguration is beschikbaar op watchOS, dus technisch moet het denk ik wel mogelijk zijn. >Ik zou eerst willen weten of EAPConfigurator op watchOS compileert.
@risinggalaxy can you add your findings in the comments below, thanks!
The text was updated successfully, but these errors were encountered:
Developing an Apple Watch app presents significant challenges due to the unavailability of certain APIs and properties on watchOS. These limitations can make the development process more complex and time-consuming. The following APIs and properties are not available on watchOS:
• NEHotspotEAPSettings
• trustedServerNames
• setTrustedServerCertificates
• isTLSClientCertificateRequired
• supportedEAPTypes
• ttlsInnerAuthenticationType
• outerIdentity
• removeConfiguration(forHS20DomainName:)
• SystemConfiguration.CaptiveNetwork
Conclusion: (added 26 feb 2025)
Due to these limitations, it is impossible to realize this functionality on Apple Watch (watchOS) for time being.
@pauldekkers you can see conclusions from Yasser above. Using WiFi on the watch does not seem possible and more essential APIs do not seem to be available.
To figure out if we can use standalone wifi on the Apple watch we need to check if configuration is possible via EAP.
From slack:
@risinggalaxy can you add your findings in the comments below, thanks!
The text was updated successfully, but these errors were encountered: