Radio.RequestAccessAsync only return DeniedByUser
问题 Got problems getting access to radio control. I followed the MSDN and also downloaded their example. MSDN states that when executing Radio.RequestAccessAsync(); it should pop a dialog asking the user to allow or deny. Debugged the sample radio app from Microsoft here and put a breakpoint at var accessLevel = await Radio.RequestAccessAsync(); Again no popup with the access question but this time it returned allowed...idk why. Created a new UWP project and all I added was Radio