Post

Replies

Boosts

Views

Activity

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 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 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 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
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 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 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 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 Question about installing and migrating apps from the App Store for apps deleted by developers
???
Replies
Boosts
Views
Activity
Nov ’24
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 Music app stops playing when switching to the background
We continued to test the app debugging or even the app distributed as a test flight, but the same symptom did not reproduce. There is no specific work in the app's code to stop music playback or do anything when switching from "foreground" to "background" state.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on Music app stops playing when switching to the background
The OS applies to both iOS and iPadOS. The app background mode is checked in the "Audio, Airplay, and Picture in Picture" section. It is judged that the music being played stops in all cases of "Move to Home Screen" and "Switch to another app" while playing a music file. Originally, the playback should continue in all of the above cases.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on File transfer issue from iPhone to Watch after iOS 17.5 & WatchOS 10.5 update
It looks like this issue has not been resolved in 17.5.1 yet. I sent feedback on several iOS bugs and error issues other than this issue, but some have not been resolved for several years and some have not been resolved for several months. So, there was no feedback on this issue either.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on File transfer to watch fails after OS update
This is different from the issue I gave feedback on. Even before that issue, this happened occasionally.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on File transfer issue from iPhone to Watch after iOS 17.5 & WatchOS 10.5 update
Oh, there is someone experiencing a similar issue. We tested it and found that it was not a watch problem. There were no issues with Watch 10.4 or 10.5. There has been this issue since iPhone 17.5 when transferring files.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on Questions about isExcludedFromBackup option and device migration
By the way, have you ever been rejected or encountered any problems during app review?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Comment on Questions about isExcludedFromBackup option and device migration
Are you saying that the user should be able to turn the isExcludedFromBackup option on/off? Thank you for answer.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Comment on Apple Watch SE2 Xcode Debugging Issues
Thank you for answer. The router is in another room, so I'm going to purchase a new router and place it in the same room as my MacBook, iPhone, and Apple Watch.
Replies
Boosts
Views
Activity
Mar ’24