I wrote several programs and published them in Windows Store. Recently I tried to run the code of those programs using Simulator in VS2019 Community Edition. I have got the following problem with my toasts: System.Exception: 'The notification platform does not have the proper privileges to complete the request. (Exception from HRESULT: 0x803E0208)'. I tried to run MS samples downloaded from GitHub the same way as my programs - using Simulator in VS Community Edition. I have got the same error.
What does that mean? Does that mean the simulator is malfunctioning or that means my programs as well as MS samples will crash on Windows 10 devices (other than Windows 10 PCs) the same way as in the Simulator?