I'm trying to find a way in which i can detect the first ever time my app has been launched/used so i can display a set-up screen. After the first ever launch has happened and the set-up has been completed i would like the app to just default to my main screen.
Does anyone have any ways in which i could achieve this? Also, i would like the app to default to the main screen even if the app has been killed after the set-up has been completed once.
I'm new to iOS and was thinking of possibly using a plist to store a value which would be changed on the first ever launch? But i'm not sure, any help and advice would be much appreciated with any bit's of code that anyone would like to share.
Thanks