Is it OK to download and launch 3rd party executable from UWP app (MS store registered app)?
From uwp app from MS App store, is it OK to download another exe file (not from MS store) and run it?
Some low level programming feature is not doable and supported by uwp and try to separate the operation in separate executable.
App will ask user if they allow to download the executable and proceeds only when user agree.
I'm not sure this breaks any policy of uwp app. I read the policy doc and couldn't find any thing related.
I hope this should be OK, but not sure. Before I move toward the direction. I like to know if it's OK, or it's even common practice.
Thank you,