1 0 Tag Archives: network
post icon

Excellent article on use of network on iPhone applications

Matt Gallagher posted a great article on network data requirements that can affect an application being accepted or rejected in the AppStore.

A commenter mentioned an open source library called ASIHttpRequest, which uses the lower level CFNetwork API, which enables the library to provide advanced features like throttling for bandwidth when streaming large data sets.

Leave a Comment