[RKClient sharedClient].requestQueue と [RKObjectManager sharedManager].requestQueue は同じキューですか?
[[RKObjectManager sharedManager].requestQueue cancelRequestsWithDelegate:self];
[[RKClient sharedClient].requestQueue cancelRequestsWithDelegate:self];
でお願いします
[[RKObjectManager sharedManager] loadObjectsAtResourcePath:final_url usingBlock:
^(RKObjectLoader *loader){...}];
最初のものを使用する必要があるように思えますが、2番目のものは同じ仕事をしましたか?