ios - Select .xps file from google drive -
i want select .xps file google drive using document picker file shows unable select. able select file icloud without changes not google drive.
i don't want use google drive sdk.
i have tried code.
uidocumentpickerviewcontroller *picker = [[uidocumentpickerviewcontroller alloc] initwithdocumenttypes:@[(nsstring*)kuttypeitem,(nsstring *)kuttypecontent] inmode:uidocumentpickermodeimport]; picker.delegate = self; [self presentviewcontroller:picker animated:yes completion:nil];
Comments
Post a Comment