I am developing an iOS app that need to perform HTTP GET request to get JSON file every 10 seconds in the background.
I am using AFNetworking and I have already created a subclass of AFHTTPClient. Now it can get the JSON via HTTP GET request successfully, but I don't know how to let the HTTPClient get the JSON over and over in the background. My app need to update its UI with the information in the JSON.