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
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.
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
The text was updated successfully, but these errors were encountered: