I was wondering how would I determine on the launch of my application whether or not it was opened for the first time.
I was thinking that I need a bool instance variable. But after that I’m just not sure.
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.
The only exception is if the user deletes and reinstalls your application. If they delete and reinstall, it wipes your applications memory clean, and it will see the user as a first timer. But this will remain functional throughout updates.