Skip to content
Snippets Groups Projects

Draft: Apple TV: fix erroneous out of free space error

Closed Boris Golovnev requested to merge (removed):master into master

Checking for free space on tvOS when receiving a media file is not useful because a different model for storage is accepted on this platform. It is assumed that all of the device's storage is available for all apps at any time because none of it is permanent. As one app fills its container with data the system will delete files from other app's containers. Just writing data without checking if it fits is the right thing to do in this case.

Edited by Boris Golovnev

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading