diff --git a/docs/platforms/apple/common/configuration/app-hangs.mdx b/docs/platforms/apple/common/configuration/app-hangs.mdx index 1f42c125e4e44..b406bb25afbc6 100644 --- a/docs/platforms/apple/common/configuration/app-hangs.mdx +++ b/docs/platforms/apple/common/configuration/app-hangs.mdx @@ -7,6 +7,7 @@ description: "Learn about how to add app hang detection reporting." We recommend disabling this feature for Widgets and Live Activities because it might detect false positives. + Furthermore, the Cocoa SDK might report app hangs when the OS opens a system dialog asking for specific permissions, such as whether the user wants to allow your app to paste from the clipboard. As we can't reliably detect these scenarios, we advise you to [pause and resume tracking app hangs](#pause-and-resume-app-hang-tracking) to circumvent that problem.