I’d like to do some setup at install time but am not sure if there’s an event IOS sends to me when my app is installed.
What I’m trying to do is download some seed data so that when the user first launches my app for the first time it wont be empty. I guessed there might be something in UIApplication but I couldn’t find anything.
Thanks for any help.
If you want to do some sort of setup at, and only at first launch, then just use
NSUserDefaults!In this case, when the user runs the app for the very first time,
yourSetupViewappears after a very very small delay.