Post

Replies

Boosts

Views

Activity

Comment on PrebuiltLoader optimization for dyld
Yes, our app is doing startup optimization, we know that the system has this startup closure optimization, and we want to know whether the closure optimization of our app will fail, in other words, under what scenarios will the closure optimization fail? For example, if we set the Order File in our project, will it cause closure optimization to fail? What does our app need to do in this regard to improve the system's startup closure optimization?
4w
Comment on The CPTemplate memory is not released
I'm running iOS 17.5. The template creation code is as follows: CPListTemplate *listTemplate = [[CPListTemplate alloc] initWithTitle:@"最近播放" sections:sections]; listTemplate.delegate = self; [_interfaceController pushTemplate:listTemplate animated:YES completion:^(BOOL success, NSError * _Nullable error) { }]; sections have many CPListItem. When I exit the page, but the page does not free, causing memory to keep increasing.
Jul ’24
Comment on AVAudioSessionErrorCodeCannotInterruptOthers
[quote='788586022, jiehaowu, /thread/755784?answerId=788586022#788586022, /profile/jiehaowu'] Yes, we are to judge the AVAudioSessionInterruptionOptionShouldResume, to restore the audio playback. We have been online for a long time and have been able to resume audio playback normally. But recently we've had a lot of user feedback as to why the audio won't resume playing. [/quote]
May ’24