MS approved our UWP application in Store, but after downloading on 90% progress error appeared: Code 0x800701C5
. Error description is:
ERROR_CAPAUTHZ_NOT_AUTHORIZED = The requested capability can not be authorized for this application.
Other applications from Store are OK, restoring Microsoft Store (3 methods) are noneffective. Used capabilities, declared in the manifest are:
"internetClient",
"internetClientServer",
"privateNetworkClientServer",
"enterpriseAuthentication",
"userAccountInformation",
"picturesLibrary",
"userDataTasks",
"backgroundMediaPlayback",
"contacts",
"phoneCall",
"phoneCallHistoryPublic",
"removableStorage",
"videosLibrary",
"musicLibrary",
"userNotificationListener",
"location",
"pointOfService",
"webcam",
"microphone",
"serialcommunication"
User contributions licensed under CC BY-SA 3.0