Not a single app, but I’d like to be able to see how many times each of the apps on my phone have been opened. If possible, can I tell the time spent in each?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can save such things in NSUserDefaults.
You just save a timestamp when the app is openend and when closed. With the appropriate AppDelegate methods.
But (of course), this might not work perfectly, if your app crashes. So you could do the same by saving in time intervals by using NSTimer