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
Post a Comment