var con = new UIDocumentPickerController();
I’m using the code above for my DocumentPicker but whenever I pick a file that is for example over 500 megabytes, the app freezes and crashes out. After that, the phone loses the control and restarts. Everything works fine on smaller files. What can I do to handle this? Thanks. I guess that iOS takes a little bit of time to move the file to tmp folder...