I'm working in app to pick photo, I have used UIDocumentMenuViewController
to display list of extensions for document provider. This list shows Dropbox, iCloud, GoogleDrive but not the native Photos app, why?
Sample of my code:
UIDocumentMenuViewController *menuVC = [[UIDocumentMenuViewController alloc] initWithDocumentTypes:@[@"public.image"] inMode:UIDocumentPickerModeImport];