I have a production ready app where I want to present a view to only existing users but I don't currently have anything saved that could help me determine whether it's a new install or an update. I could do what's suggested in this thread but again, this wouldn't work in my case since I already have the app in production. The only possible option that I can think of is using the creation date of the Documents
folder.
How can I get the date of when the Documents
folder was created in iOS?