How to detect which capability cause ERROR_CAPAUTHZ_NOT_AUTHORIZED during installing UWP application from Windows Store

0

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"
c#
uwp
asked on Stack Overflow Aug 12, 2019 by Igor Gusak • edited Jul 18, 2020 by Jason Aller

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0