Open mattwood86 opened 9 years ago
Can you tell me the device and iOS versions? Did you add the iCloud Documents capabilities in Xcode?
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
I'll look into the message, thanks
reopening to look into the "plugin com.apple.UIKit.fileprovider.default invalidated" message
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 :)
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