In an iOS Application, what is the best way to determine an application was downloaded for the first time. Is their some programatic way of telling that its the first time running it?
The idea behind this is that their is a method that would run differently based on wether they have just downloaded it or have been using the application for a while. I have seen this many times where an app loads and their is an overlay for the 1st time giving a tour.
My use/case is different but I couldnt figure out a way of telling if it was first launched. Is this possible in iOS?