I have an app idea where my app would be reading the data from somewhere and then I would write it to a specific file. The user can then open this file on their mobile device to see it's contents, so the file should be mobile device supported.
This is not the exact app idea, but just an example. My app reads the name and other details of the user from somewhere and then writes/fills it up in a Word document. The word document is of a specific format which may have text and textfields across it to fill up the details. Something like:
Name:
Address:
Phone #:
There would be text field across Name, Address and Phone #. Whatever data my app reads would be pasted in those text fields. I can add this formatted file in the app bundle.
Is there a way in iOS to write to a file in the specific format? I haven't came across anything as such.
This is not the exact app idea, but just an example. My app reads the name and other details of the user from somewhere and then writes/fills it up in a Word document. The word document is of a specific format which may have text and textfields across it to fill up the details. Something like:
Name:
Address:
Phone #:
There would be text field across Name, Address and Phone #. Whatever data my app reads would be pasted in those text fields. I can add this formatted file in the app bundle.
Is there a way in iOS to write to a file in the specific format? I haven't came across anything as such.