You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run ESim APIs to fetch ESim id on Windows devices and it works in UWP applications.
Due to my application framework restrictions, I have to use this api in a Win32 packaged application. Other APIs with device capability or restrict capability could run normally but this custom API failed.
I want to know why this api failed and if this is a bug. Because other APIs also require capability declaration in UWP yet they could work in Win32 applications.
details:
The api failed on ESimManager.TryCreateESimWatcher(), which always reutrned null.
The doc says it should return A new instance of the ESimWatcher class, or null if the caller's user security identifier (SID) is not authorized by the Windows service that handles eSIM-related operation requests.
I'm confused with this SID decription. How does it work in custom capability funtions? Why other APIs don't require this.
The text was updated successfully, but these errors were encountered:
issues-automationbot
added
the
Pri3
Topic is in the bottom 50% of page views for the repo or was not created via Feedback control.
label
Nov 29, 2024
Hi, team
I run ESim APIs to fetch ESim id on Windows devices and it works in UWP applications.
Due to my application framework restrictions, I have to use this api in a Win32 packaged application. Other APIs with device capability or restrict capability could run normally but this custom API failed.
I want to know why this api failed and if this is a bug. Because other APIs also require capability declaration in UWP yet they could work in Win32 applications.
details:
The api failed on ESimManager.TryCreateESimWatcher(), which always reutrned null.
The doc says it should return A new instance of the ESimWatcher class, or null if the caller's user security identifier (SID) is not authorized by the Windows service that handles eSIM-related operation requests.
I'm confused with this SID decription. How does it work in custom capability funtions? Why other APIs don't require this.
The text was updated successfully, but these errors were encountered: