Connect iOS App to backend of ASP.NET Core Angular Web Application
Hello, I'm trying to figure out how to connect an iOS app to the backend of an ASP.NET Core Angular Web Application. I believe I just need to make calls to the REST API built into the web application but am having trouble figuring out to expose the localhost server (running through IIS) to the network so that I can make calls to it from a different computer than the one that the web application is running on. Sorry if I am not explaining this correctly, this is all new to me, but any help would be greatly appreciated.
0 comments:
Post a Comment