I'm creating a registration app. It has two tabs, one tab is the registration form for students to fill out, and the other gives the user the ability to update the form.
I'm still pretty new to iOS development, as well as Objective-c. Currently I'm saving a .csv file that contains the form data in the documents directory, in hopes that the app user can pull that file off the iPad and open it in microsoft excel. Unfortunately I'm not an Apple Developer yet, so I am not able to test it with a physical device, and I have read the documentation but didn't find what I was looking for.
Is this possible? If not, what is the best way to save a file and then have the ability to upload it to a computer?