Post

Replies

Boosts

Views

Activity

Reply to Critical BUG! Could you fix it asap or at least set the try/catch block with the reporting via NSError or somehow else?
I am currently having similar symptoms. When I repeatedly play and pause using AVSpeechSynthesizer, I get that error right away. If you look at the forum posts, it seems that this error has occurred since the iOS 16 beta. However, it seems that Apple hasn't fixed this error yet. I have the same error on iOS 16.2 beta devices. I'm waiting for Apple to fix this issue when it finds out, because symptoms can easily come out by making a sample code and testing it a little. Or, wait for the news that Apple is preparing to release iOS 16.1.1.
Nov ’22
Reply to Has anyone solved the UITableView text persistence or overlapping issue in iOS 16.1 iPhone 14 Pro and 14 Pro Max?
In addition, this phenomenon does not occur or the afterimage seems to disappear quickly when the content is displayed on the dynamic island by running the timer of the alarm app or playing music in the music app. If the content is not displayed on the dynamic island by ending the timer or stopping the music again, the phenomenon will be reproduced again.
Oct ’22
Reply to Xcode 14 & iOS 16 purple warnings starting with "[Security] This method should not .. "
This is the cause of this problem I have identified. First of all, this problem occurs with apps that use the admob library. Among the apps I sell, there is a paid app with a different target (same code) in the same project. When I build this paid app in my project, I don't see this warning. My paid app uses "Other Swifts Flag" to not include the admob library in the code from the build generation, and the admob library is not included in the app. I contacted Admob and got a reply. Admob is also aware of this issue. Admob believes it's a bug by Apple, and Apple is also aware of this bug. Maybe it will be improved in the next Xcode or iOS update. My guess is that when using WKWebView in Admob, you get such a warning message.
Sep ’22
Reply to "UI unresponsiveness" warning on @main
First of all, this problem occurs with apps that use the admob library. Among the apps I sell, there is a paid app with a different target (same code) in the same project. When I build this paid app in my project, I don't see this warning. My paid app uses "Other Swifts Flag" to not include the admob library in the code from the build generation, and the admob library is not included in the app. I contacted Admob and got a reply. Admob is also aware of this issue. Admob believes it's a bug by Apple, and Apple is also aware of this bug. Maybe it will be improved in the next Xcode or iOS update. My guess is that when using WKWebView in Admob, you get such a warning message.
Sep ’22
Reply to iOS 15 UIPickerView Delay on Start of Scrolling?
We asked Apple for improvement by sending the code that reproduced the symptom as feedback, but unfortunately Apple was unable to reproduce or improve it in the end. We found a way to get rid of the symptoms and were able to make improvements before the official release of iOS 15. We found that MPVolumeView was the cause. If you use MPVolumeView in your app, try changing the location of the MPVolumeView declaration or its location.
Oct ’21