problem resolved. I find sectionHeaderTopPadding...
if (@available(iOS 15.0, *)) {
_tableView.sectionHeaderTopPadding = 0;
}
Post
Replies
Boosts
Views
Activity
same problem. any solution?
totally do not know what's going on here
same problem...
my scene:
Xcode13 build app running on iOS16 real advice.
https://developer.apple.com/forums/thread/735054
same problem. any clue?😭
it works fine on iOS17. it crash on iOS 16.x
Purpose of the Live Activity (LA):
The app is designed for music, and when switching tracks, it updates the content on the Dynamic Island based on push notifications. The issue doesn’t occur during the update phase but rather when the app is in the foreground and the Live Activity is initiated, which leads to an anomaly.
Exception Case:
Xcode 5 beta 5, iOS 18.1: The issue was also present in iOS 18.0, where the Live Activity failed to start. Currently, this problem is happening with the debug build, but the live version of the app (App Store version) on the same device is functioning normally, with no differences in the code.
Previously in iOS 18.0: The live version of the app also experienced similar anomalies, but sometimes it would mysteriously resolve on its own, with no apparent pattern.
Same Xcode & Code, Different Device (iOS 18.0): On another device running iOS 18.0, the Live Activity works perfectly.
Console Log:
Strangely, at 11:11:55.567636+0800, liveactivitiesd logged "Activity started: 553CD722-C06B-4615-89A9-787EB8E5951B." There is a clear record of a successful start, but it’s unclear what the issue might be at this point.
I’ve attached the log file link. I’d appreciate any help in analyzing the logs. Thank you!
log