No Request will send if app is in background mode Optionen
问题 With a trick it is possible to run the app, if the home button is pressed. In the background mode, no request with RKRequestQueue will be send, so the app receive no response from backande server and the app can't update the data. 回答1: This is standard behavior. When the app becomes active (i.e. is running and no longer in the background), you may want to implement the -(void)applicationDidBecomeActive:(UIAplication *)application method in your application delegate which would resume where