I have a .net core web api and a .net 5 web service that runs only for windows.
My requirement is to create a background web service for android without installing any application in android.
I tried using intent service but unable to host in local server. I dont know why!