ios - The document picker ... failed to launch -


i have created own documentpickerextensionviewcontroller , want able open in excel app on ios. in office app press open -> ... more -> locations , choose extensions name. after 2 seconds of loading dialog pops saying "the document picker ... failed launch (0)".

i can't find error when googling. know might have done wrong?

i found solution. tried creating new test app , document provider xcode worked out of box. realised xcode creating document provider project file provider project , missing in xamarin project file provider since won't using icloud. after adding file provider project no longer got error message.


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -