iOS store-and-forward framework for offline HTTP POST requests
问题 Is there a way (presumably a library?) to store HTTP POST requests when the user is offline, and then transmit the POST requests when the user is back online? (I don't need to read the server's response, except insofar as I'll want to re-queue the requests if the POST request fails.) 回答1: Yes, there is such a library: http://blog.mugunthkumar.com/products/ios-framework-introducing-mknetworkkit/ It is resilient against quits and relaunch of your app, and will keep trying to send your request