It’s hard to imagine an iOS application that doesn’t perform URL requests. If you develop iOS apps you should have done it a lot of times. But are you sure that you put your request code in the appropriate place?
I had a chance to maintain many different apps and very often I saw the same “pattern” – put all network interaction code directly in the view controller!