iOS store-and-forward framework for offline HTTP POST requests -
is there way (presumably library?) store http post requests when user offline, , transmit post requests when user online?
(i don't need read server's response, except insofar i'll want re-queue requests if post request fails.)
yes, there such library:
http://blog.mugunthkumar.com/products/ios-framework-introducing-mknetworkkit/
it resilient against quits , relaunch of app, , keep trying send request until there persistent failure (such server down, not network down)
Comments
Post a Comment