I\'ve been trying to come up with a solution to queue HTTP requests using AFNetworking when the device is offline, so when it goes back online the requests gets done. As far
You do not store manager. So it is like any local variable is deleted when leaving viewDidLoad. Store it to property or instance variable.
manager