iOS 5分钟后在后台调用logout webservice

时间:2014-01-18 07:22:09

标签: ios iphone ios7

如果应用程序在后台运行5分钟,我只想知道如何调用注销Web方法。我已经使用过期处理程序: - beginBackgroundTaskWithName:expirationHandler:,但我通过使用backgroundTimeRemaining属性在后台只获得180秒。任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

您可以使用以下代码:

[self performSelector:@selector(yourMethod) withObject:Nil afterDelay:5.0/*enter desired time*/];