iOS Question DocumentPickerViewController - UTI public.database i cant select a .db file

Alexander Stolte

Expert
Licensed User
Longtime User
I use the DocumentPickerViewController and i want to select a .db file, but the file is grayed out.
What i'm doing wrong?
B4X:
Dim DocumentPicker As DocumentPickerViewController
DocumentPicker.InitializeImport("picker", Array("public.database"))
DocumentPicker.Show(B4XPages.GetNativeParent(Me), xsbtn_restore.mBase)
 
Top