App getting close whenever i open my window 8.1 app from different another app using c#?

34 Views Asked by At

I added extension in app manifest

I added protocol name open

And launch from app2

by launcher

await Launcher.LaunchUriAsync(new Uri("open://useLess?GetPage2"), options);

App is launching but after few seconds it will close automatically

0

There are 0 best solutions below