I want to pick a file of any type(.pdf, .docs, .xlsx, .jpeg, .txt, .rtf, etc) functionality in my iOS app. On clicking on Upload button, I want my app to op
You could implement what you describe using NSURLSession.
NSURLSession
You will have to limit the target directory you show to your app's documents directory. Apps do not have full access to the file system.