Is it possible to download documents (e.g. DOC, PDF, etc.), and sends documents by email on iPhone and iPad? For example, we can download images using the browser and send images by email.
Asked
Active
Viewed 100 times
2 Answers
1
You can associate a file type for your app (so your app can open an attachment with corresponding extension), and you can send mail programatically with the appropriate attachment.

Community
- 1
- 1

Balazs Nemeth
- 2,333
- 19
- 29
0
You can use AFNetworking
for uploading and downloading files. Read the "How To Get Started" section in the tutorial.

Greg
- 9,068
- 6
- 49
- 91

Saqib Saud
- 2,799
- 2
- 27
- 41