objective c - How to allow user to upload attachments in iOS application -


in case of android when want send or attach document such pdf or doc application can access files in external storage , share or attach.

but since ios follows sandbox approach there no filesystem not possible attach or upload in same manner.

in ios application right now, have implemented open in functionality, wherein in info.plist file have specified application supports types of documents when user opens documents gets option open in application, save document in

documents/incoming  

folder in application, when user clicks add attachment can see document attach, since long process looking better ones.

i saw whatsapp allows uploading/sharing icloud apart can provide similar behaviour android.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -