-
| 
         In order to activate UWP apps we can use the Application Activation Manager coclass introduced in Windows 8. I wonder if there's a modern WinRT-based replacement API available for launching UWP apps. Thanks!  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            castorix
          
      
      
        Jul 20, 2022 
      
    
    Replies: 2 comments 5 replies
-
| 
         A way is with AppListEntry.LaunchAsync  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
      Answer selected by
        lb90
-
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
A way is with AppListEntry.LaunchAsync
You can get AppListEntry from
PackageManager.FindPackagesForUser
Package.GetAppListEntriesAsync