iOS UIdocumentpicker: APK file is showing grey

88 Views Asked by At

I am trying to integrate UIPickerViewController to pick apk file but it is showing grey.

UIDocumentPickerViewController* docPicker =
[[UIDocumentPickerViewController alloc] initWithDocumentTypes:@[@"public.data"]
                                                       inMode:UIDocumentPickerModeImport];

Here is screenshot

0

There are 0 best solutions below