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

iOS 13+ restricts access to local file system outside app sandbox #139

Open
stevehollx opened this issue Jun 23, 2022 · 0 comments
Open

Comments

@stevehollx
Copy link

stevehollx commented Jun 23, 2022

With the iOS 13 file access changes, apps can no longer interact outside of the local app sandbox.

There need to be improvements for the application to be able to access the iOS Documents/ folder. As a result, there is no way to copy games over in ios 13+ deployments since there isn't a way to get files into the internal sandboxed app folder.

The app needs to be updated to allow for permissions to read from the global Documents folder. The new access method is explained here:
https://developer.apple.com/documentation/uikit/view_controllers/providing_access_to_directories

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

No branches or pull requests

1 participant