Post

Replies

Boosts

Views

Activity

Comment on Continued connection failure after server connection failure while local network permission pop-up is displayed
That's right. Connect to the Webdav server using URLSession. Attempt to connect to a file server on the same network as your phone using URLSession. When connecting to the same local server, a local network permission pop-up appears, and if you fail to log in, an error message saying that the Internet connection is not available is displayed and the connection is not possible.
2w
Comment on Delete the Documents path of the app
Thank you for your reply. We do not have separate index data for files in the documentDirectory path. Since we use the FileManager API to retrieve and display the list in real time, we can display it as an update if the path has changed. We also update the documentDirectory path every time before retrieving the file list. There were no inquiries about this issue until iOS 17, but there were several similar inquiries in iOS 18.
Oct ’24