For some device users, at startup they are displayed with the following permissions dialog
"Do you want to grant AppX trusted application status?"
The user says yes and the application works fine. But what does “trusted application status” mean? This seems really ambiguous, most permission dialogs relate to creating an http message, accessing contact information, and the like.
The final question,
“Trusted Application Status,” refers to access to a specific API or to a specific permission on client devices?
I would like to know the reason for this, because if this is an API access issue, I can exclude these calls from the application.
source
share