Getting Started
이 플러그인의 설치 단계와 전체 마크다운 가이드를 포함하여 __CAPGO_KEEP_0__를 설정하기 위한 지시를 복사하세요.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-in-app-review`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/in-app-review/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
설치
설치bun add @capgo/capacitor-in-app-reviewbunx cap syncimport { CapgoInAppReview } from '@capgo/capacitor-in-app-review';API 개요
‘API 개요’ 제목의 섹션requestReview
요청 리뷰사용자에게 리뷰를 요청하세요.
이 메서드는 플랫폼에서 제공하는 내장 리뷰 대화 상자를 트리거합니다. iOS에서는 SKStoreReviewController를 사용하고, Android에서는 Play In-App Review API를 사용합니다.
중요한 주의사항:
- 리뷰 대화 상자가 이 메서드를 호출할 때마다 표시되지 않을 수 있습니다. 애플과 구글 모두 리뷰를 요청할 수 있는 횟수를 제한하는 지침을 가지고 있습니다.
- 사용자가 리뷰 팁을 볼 확률은 없습니다.
- 이 메소드는 대화가 보여지지 않아도 성공적으로 해결됩니다.
- 사용자 액션에 대한 응답으로 이 메소드를 호출하지 마세요. 대신, 사용자 흐름의 자연스러운 지점에서 호출하세요.
import { CapgoInAppReview } from '@capgo/capacitor-in-app-review';
// Request a review at an appropriate moment in your appawait CapgoInAppReview.requestReview();실질적인 진실
‘실질적인 진실’이라는 섹션이 페이지는 플러그인의 src/definitions.ts. 업스트림에서 API가 변경되면 다시 싱크를 실행하세요.
Getting Started에서 계속
‘Getting Started에서 계속’이라는 섹션이 플러그인을 사용 중이라면 Getting Started To store 승인 및 배포를 계획하고 연결하세요. Using @capgo/capacitor-in-app-review native 기능을 사용하는 @capgo/capacitor-in-app-review @capgo/capacitor-in-app-review @capgo/capacitor-in-app-review 구현 세부 사항 @capgo/capacitor-native-market @capgo/capacitor-native-market 구현 세부 사항 Using @capgo/capacitor-native-market native 기능을 사용하는 @capgo/capacitor-native-market Capacitor OTA Updates: App Store 승인 안내 Capacitor OTA Updates: App Store 승인 안내의 실제 상황