在我的項目中,我創建了一個將下載文件的方法。當應用程序在前臺,我可以使用定時器在應用程序處於後臺時調用函數
timer = [NSTimer scheduledTimerWithTimeInterval:10 target:self selector:@selector(download:) userInfo:nil repeats:YES];
調用下載方法但現在我想從applicationDidEnterBackground時調用此函數。 如果應用程序在後臺如何每10或15分鐘調用一次下載方法?
那是你提供了一個很好的信息。非常感謝。 – Perseus 2012-04-13 07:21:16