Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我需要在我的 iPhone 应用程序中每天执行一次的方法 - GCD 是正确的方法吗?(GCD
即使用户在任务管理器中关闭应用程序,此方法是否也会执行?
没有正确的方法可以做到这一点。你为什么不试试 NSTimer?
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSTimer_Class/Reference/NSTimer.html
如果用户明确停止您的应用程序运行,则不会执行该方法。