I am making an application in which i need to know when the user launches the app for the first time. Does anyone have an Idea? I am currently trying to do this with NSUserDefaults but am running into trouble.
You'll probably need to read a settings file. If the details are not set from the file, you run the first time user method, after that, save the setting, so it skips it for future run times