-1

Im facing the issue that When I push the bottom to call to the user via Dynamics Remote assist via LauncherUriAsync method my application is closing.

I want to know if its possible to run the call and continue with my application running together.

Thanks Rafael Souza

1 Answers1

2

For LaunchUriAsync, It is not possible to launch another app and continue with your app running together since LaunchUriAsync will do a non-modal launching and that will suspend the calling application, more information please see:App model. And it is recommended to try to do it modal though to see if it does meet your needs: LaunchUriForResultsAsync

Hernando - MSFT
  • 2,895
  • 1
  • 5
  • 11