there NSSupportsLiveActivitiesFrequentUpdates key in document, Sometimes we need the dynamic island to refresh the time and app information, which requires a refresh frequency of about 0.1s, since this key is provided, it should allow a frequently update
I have submitted the API enhancement feedback and hope to get a reply.
Another very important point is that the current iOS17 can be frequently update, if iOS18 adjusted the system limit without any document, it will affect many apps
Post
Replies
Boosts
Views
Activity
there NSSupportsLiveActivitiesFrequentUpdates key in document, Sometimes we need the dynamic island to refresh the time and app information, which requires a refresh frequency of about 0.1s, since this key is provided, it should allow a frequently update
Besides this, you can also download the Reality Composer app on your iPhone or iPad. Then, share the .rcproject file to your phone or pad for editing. Once the editing is done, import it back into Xcode. I'm not sure why Apple doesn't provide a Mac version of Reality Composer.
thanks to FelixII answer.
There is a temporary solution:
If watch app send local notification , I'll send the notification 13 seconds ahead of time. This way the notification appears to be on time
Hope to have a better solution in the future
** Step-by-step set of instructions to reproduce the problem**
Download code from https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/implementing_modern_collection_views
2.Open ItemBadgeSupplementaryViewController.swift file
In createLayout() function, Line 62 add the following code section.orthogonalScrollingBehavior = .continuous
5.then run app, You can reproduce the problem iOS 14.6