API Calling Failure after Publishing the .net core API
I have developed MAUI application and .net core API separately. After I published my .net core API on the IIS Server API, mobile application (Android) fails API calls. But in debug mode It worked fine. After I published the API I changed the base URL into a domain name. I’m sure my API is working because I use postman and API tester (for mobiles) to verify it.