cyph / cordova-plugin-chooser

Cordova file chooser plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Ios

Juanperezc opened this issue · comments

I have the next error when I try test the plugin in my device (iphone 6)

Error: Uncaught (in promise): Error: Token must be defined!

Hm, are you sure that's related to this plugin? I see that that error message is related to Angular dependency injection but can't find any incidence of it in relation to the iOS DocumentPicker API that this depends on.

If you're using Ionic, it's possible that you just didn't import the module correctly.

I just downgrade to version 4.9.0, this solve the problem

Thanks