Post

Replies

Boosts

Views

Activity

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.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’24
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.
Dec ’24
Comment on Fatal safeAreaInsets Error on Certain iOS/iPadOS 26 Devices
Thank you for your answer. Even if I use viewSafeAreaInsetsDidChange, even within viewSafeAreaInsetsDidChange, on an SE3 device, when I rotate the screen to portrait, it outputs 0.0. When I rotate the screen to landscape, it outputs 20.0. In the iOS 18 simulator, the same code outputs 0.0 when I rotate the screen to landscape, and 20.0 when I rotate the screen to portrait. I suspect this is a bug in iOS 26.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’25
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.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Question about installing and migrating apps from the App Store for apps deleted by developers
???
Replies
Boosts
Views
Activity
Nov ’24
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.
Replies
Boosts
Views
Activity
Dec ’24
Comment on Xcode 26 Debug Error Display Issue
I was able to confirm that disabling the "Show Live Issues" option in Xcode settings resolved this issue. While searching on Google, I found that users with the same issue had been experiencing it since Xcode 14, and disabling this option resolved the issue. I hope this issue is fixed soon.
Replies
Boosts
Views
Activity
Sep ’25
Comment on Fatal safeAreaInsets Error on Certain iOS/iPadOS 26 Devices
Thank you for your answer. Even if I use viewSafeAreaInsetsDidChange, even within viewSafeAreaInsetsDidChange, on an SE3 device, when I rotate the screen to portrait, it outputs 0.0. When I rotate the screen to landscape, it outputs 20.0. In the iOS 18 simulator, the same code outputs 0.0 when I rotate the screen to landscape, and 20.0 when I rotate the screen to portrait. I suspect this is a bug in iOS 26.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on Fatal safeAreaInsets Error on Certain iOS/iPadOS 26 Devices
I see the UIRequiresFullScreen option is being ignored starting with iOS 26. Is that correct? So, it looks like locking the screen rotation won't be possible in iPad apps running iOS 26. Until iOS 18, setting the UIRequiresFullScreen option to true would result in full screen mode and lock the screen rotation.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on Fatal safeAreaInsets Error on Certain iOS/iPadOS 26 Devices
Thank you for your reply. Even if I change the status bar hide option to NO, the top value is reset to 0.0 after rotation in portrait mode. (iPhone SE 2/3, IOS 26.0.1) This issue doesn't seem to be related to the status bar hide option. This issue remains unsolved.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’25