I want develop an UWP app use to login to paid wifi. So I have refered to NetworkOperatorHotspotAuthenticationTrigger. When I register background task with that trigger, I was received "Access is denied".
Has anyone done it?
I want develop an UWP app use to login to paid wifi. So I have refered to NetworkOperatorHotspotAuthenticationTrigger. When I register background task with that trigger, I was received "Access is denied".
Has anyone done it?
As it is declared in NetworkOperatorHotspotAuthenticationTrigger class:
So please make sure you have provisioned a WLAN profile with a corresponding configuration before using this class. If not, you will get
Access is denied.
error while registering.For more info, please see Integrating Windows with wireless hotspots and Wi-Fi hotspot authentication sample.