From 95f62dc32f02e1ed58ae92aaf1e7e192f6800e0d Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 18 Jun 2024 14:23:07 +0200 Subject: [PATCH] Update docs/platforms/apple/common/configuration/app-hangs.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- docs/platforms/apple/common/configuration/app-hangs.mdx | 1 + 1 file changed, 1 insertion(+) 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.