Hello all,
My app generates PDF files, puts them in the Windows.Storage.ApplicationData.Current.TemporaryFolder and launches the files using Windows.System.Launcher.LaunchFileAsync.
The problem is that my PDF reader (I use Foxit reader) only goes to the foreground when I am debugging the application. If I am running the application normally, the PDF reader doesn't go to the foreground.
Hope someone has a solution to this.