Closed dragermrb closed 2 years ago
What happens if you change this line to true
? https://github.com/diachedelic/capacitor-blob-writer/blob/cb517d6c82920f90226ec07b6ddf6dfebc5c8f9d/ios/Plugin/Plugin.swift#L77
It's working!
I set that option to false to fix #49. What version of iOS are you using?
This should be fixed in v1.1.4, please test.
This should be fixed in v1.1.4, please test.
I am using iOS version 15.6.1.
Now it works fine with version v1.1.4.
Thanks!!
Bug Report
On IOS and capacitor4, can't write after coming back from background due to access control checks. This is the error reported on console:
Versions
Current Behavior
After putting the app in the background and turning off the screen for a few seconds, it is not possible to write files again.
Follow the steps below to reproduce the issue:
write_blob(...)
)write_blob(...)
).Code Reproduction
Sample app to reproduce de issue
https://github.com/dragermrb/app-sample-blob-writer