From 4f7f989315227ef3615bed1a6b9fcc4c48815c48 Mon Sep 17 00:00:00 2001 From: YangJH Date: Tue, 12 Mar 2024 01:15:11 +0900 Subject: [PATCH] docs: add notify caution of capture method --- docs/pages/component/methods.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/pages/component/methods.mdx b/docs/pages/component/methods.mdx index 53c49122b6..8c865ab469 100644 --- a/docs/pages/component/methods.mdx +++ b/docs/pages/component/methods.mdx @@ -83,6 +83,13 @@ Notes: ``` +- In order to save photos on iOS, user must accept permission to save photos. To enable this permission, you need to add the following to your `info.plist` + +```xml +NSPhotoLibraryAddUsageDescription +YOUR TEXT +``` + ### `restoreUserInterfaceForPictureInPictureStopCompleted`