HttpConversation Workflow
Add HttpConversation to your iOS project.
Context
- Statically linked libraries
- Resource bundle folders
- Public header files
Before you can use HttpConversation, you must add associated artifacts. You also need to add dependent frameworks and configure your build settings. If you are working with an existing project rather than creating a new one, the steps may differ.
To trigger a network request with the HttpConversation libraries, you can use this simple logic. In your project, you would centralize the network handling and separate it from the UI handling. This procedure shows how to code the simplest GET request to a public endpoint on the Web. The endpoint is not protected, so there is no authentication challenge.