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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -