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.
アプリがバックグラウンドにある時間を追跡し、iOS でアプリがフォアグラウンドに入ったときに同じように表示する方法はありますか?
簡単な方法は、アプリのデリゲートのapplicationDidEnterBackground:メソッドで日付を NSUserDefaults に保存し、デフォルトの日付をapplicationWillEnterForeground:メソッドの現在の日付と比較することです。それはあなたのために働くでしょうか?
applicationDidEnterBackground:
applicationWillEnterForeground: