You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The case:
I want to make my app uploading 500-1000 images in the background even when the device is locked. Everything works fine when the app is in the foreground.
The issue:
When I lock the device, I don't receive any events neither in Flutter nor in native. Now it is impossible to debug the Flutter iOS app when the device is locked. Thus, I am trying to debug the native one.
The code for scheduling uploading on the Flutter side:
I tried to set the breakpoints in Xcode and don't receive anything after a while. I don't receive any errors at all.
Details
Do we need to disable Data protection for the app or set a specific level? I saw some problems with those settings on stackoverflow.com but not sure that it is a key
Sometimes the app crashes when I try to create a task with 1000 files or 1000 tasks. Looks like related to Fix unbounded memory usage #209