Replies: 1 comment 3 replies
-
related issue: #4834. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, team. I want to fetch and display ESim ID on my Win32 packaged application. The WinRT api is design for UWP application according to the doc. And when i used this api in Win32 application, the ESimManager.TryCreateESimWatcher() returned null. As the doc says, the security identifier is necessary to run this api. Directly add custom capability declaration and a SCCD file into the package like UWP make no effect. Is there any method for Win32 packaged application to successfully run this api?
Beta Was this translation helpful? Give feedback.
All reactions