Hi
I have created an app service using
https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/how-to-create-and-consume-an-app-service
but app service is giving status as AppUnavailable on local machine,When running in simulator status comes as Success but AppServiceResponse comes as failure in second hit of app service, for first hit there is not response.
And in app service debug output it comes The program '[17160] backgroundTaskHost.exe' has exited with code 1 (0x1). Breakpoints of app service are not being hit despite setting Start
action to Do
not launch, but debug my code when it starts. in app service provider app.
What could be the issue.
Thanks