1

I am having a scenario where I don't want to allow the user to open more than one instance in windows 10 app if app instance already running. Can we restrict this from the app code side? Anyone have an idea please share that will help.

Dharmendra Singh
  • 149
  • 2
  • 11

1 Answers1

2

How to allow only one instance of UWP App?

The default model of UWP app is single instance, and we can't change it with code. if you want it multiple instance, you need edit in the package appxmanifest for more please refer this document.

Nico Zhu
  • 32,367
  • 2
  • 15
  • 36