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.
ユーザーのアクティビティのログを保持するために、アプリケーションの実行時間を記録したいと考えています。グローバル NSTimer を使用して時刻を記録する必要がありますか? またはより良い方法はありますか?
サンプルコードは大歓迎です。
アプリケーションが開始した現在の時刻をapplicationDidFinishLaunching:メソッドに記録してから、終了時刻を記録してapplicationWillTerminate:メソッドに記録できませんでしたか?