如果应用程序在后台运行5分钟,我只想知道如何调用注销Web方法。我已经使用过期处理程序: - beginBackgroundTaskWithName:expirationHandler:,但我通过使用backgroundTimeRemaining属性在后台只获得180秒。任何帮助将不胜感激。
答案 0 :(得分:0)
您可以使用以下代码:
[self performSelector:@selector(yourMethod) withObject:Nil afterDelay:5.0/*enter desired time*/];