I'm trying to create a solution for my app. I need to update information in the background process. The information is required to a server that returns a JSON string.
I found some articles, but all in Object-C, which does not help me much.
But I do not know where to start. I use synchronous or asynchronous request? And to update a list of items without using much memory of iOS? Can anyone help me? Thanks for your answers...