Enhance `FileWriter` on iOS to only write when protected data is available.
tonystone opened this issue · 1 comments
tonystone commented
Describe the solution you'd like
Add checks specifically for iOS that monitor the protected state of the log file currently being written to and only write when it is available. this would use the new FailureReason
to return .unavailable
when the protected data is not available.
Describe alternatives you've considered
None.