How to determine the cause of errors in LiveActivity and DynamicIsland

I have developed a LiveActivity on my product that supports DynamicIsland. Recently, two users encountered this situation while updating the app:

  1. LiveActivity was created with a status of. active, but after 100ms, it immediately started displaying as. dimiss. This process was repeated many times until the user restarted their iPhone and the display became normal
  2. A user's LiveActivity was successfully created with a status of. active, and the data was updated using the. update method normally; But this user's interface keeps showing a gray component empty state

I am unable to obtain useful information regarding the bug encountered in processing. I would like to know how to obtain the reason why the user's LiveActivity has been modified to. dimiss by the iOS system in the face of these situations; How can I obtain useful information to determine the cause of the error when the user interface cannot display data without debugging. Thank you~

How to determine the cause of errors in LiveActivity and DynamicIsland
 
 
Q