UIObservationTrackingEnabled
A Boolean value that indicates whether the system automatically tracks changes to observable objects in iOS 18.
Discussion
In iOS 18, add this key to your information property list and set the value to YES to tell the system to automatically track changes to observable objects.
In iOS 26 and later, this key isn’t required. The system automatically tracks changes to observable objects.