Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance FileWriter on iOS to only write when protected data is available. #100

Open
tonystone opened this issue Jun 2, 2019 · 1 comment
Assignees
Milestone

Comments

@tonystone
Copy link
Owner

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.

@tonystone
Copy link
Owner Author

Completed .fixed strategy with PR #101 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant