jcesarmobile / FilePicker-Phonegap-iOS-Plugin

This plugin makes possible to pick files from iCloud or other document providers
MIT License
50 stars 51 forks source link

Error After Choosing File #1

Open mattwood86 opened 9 years ago

mattwood86 commented 9 years ago

Hi,

I am trying to use your plugin and all works well up until I choose a file. The successCallback is never called and I get the message "plugin com.apple.UIKit.fileprovider.default invalidated" in the Xcode console.

Any idea on how to solve this? Thanks

jcesarmobile commented 9 years ago

Can you tell me the device and iOS versions? Did you add the iCloud Documents capabilities in Xcode?

mattwood86 commented 9 years ago

I'm using an iPhone 6 and was running 8.2.

I have just updated to 8.4 and it seems to be working now. The "plugin com.apple.UIKit.fileprovider.default invalidated" message still comes up but the successCallback runs and I can get the file url.

Thanks

jcesarmobile commented 9 years ago

I'll look into the message, thanks

jcesarmobile commented 9 years ago

reopening to look into the "plugin com.apple.UIKit.fileprovider.default invalidated" message

jarodsmk commented 8 years ago

Hey @jcesarmobile, Just curious to see if there's any additional information on this issue? Currently developing a project and encountered the same issue.

All the best :)