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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -