Cars.co.za 앱 아이콘
카스.코자
미디어, 검색, 계정 및 리드 생성 경로를 매핑하는 마켓플레이스 앱입니다.
Capacitor은 네이티브 앱 호스트가 웹 앱을 호스팅하는 것과 유사합니다. Xcode와 Android Studio 프로젝트를 실제로 배포하고, 기존 웹 code을 유지하고, Capacitor-first API를 사용하여 플러그인을 현대화합니다.
현재 상태를 내보내고 이민 입력으로 유지하세요:
# In your Cordova project
cordova plugin list
cordova platform ls
platforms/bun add @capacitor/core @capacitor/cli
bunx cap init
2단계: __CAPGO_KEEP_0__을 웹 앱에 추가하세요 webDir 2단계: __CAPGO_KEEP_0__을 웹 앱에 추가하세요 dist, build, www).
bun add @capacitor/ios @capacitor/android
bunx cap add ios
bunx cap add android
bun run build
bunx cap sync
플러그인 대체 매핑 (__CAPGO_KEEP_0__-First)
| 이중화 시간에 '그냥 작동한다'고 받아들이지 마세요. 위험한 플러그인을 일찍 대체하세요 (인증, 결제, 백그라운드 서비스) | 사용 사례 | 권장 Capacitor 대체 |
|---|---|---|
| 카메라 캡처 | cordova-plugin-camera |
@capacitor/camera + @capgo/capacitor-camera-preview |
| 인앱 브라우저 | cordova-plugin-inappbrowser |
@nicholasalx/capacitor-inappbrowser |
| 배경 위치 추적 | @transistorsoft/cordova-background-geolocation-lt / cordova-plugin-geolocation |
@capgo/capacitor-background-geolocation |
| 생체 인식 | cordova-plugin-fingerprint-aio / cordova-plugin-touch-id |
@capgo/capacitor-native-biometric |
| 사회 로그인 | cordova-plugin-googleplus / cordova-plugin-facebook4 / cordova-plugin-sign-in-with-apple |
@capgo/capacitor-social-login |
| SQLite | cordova-sqlite-storage |
@nicholasalx/capacitor-data-storage-sqlite / @nicholasalx/capacitor-fast-sql |
| 인앱 구매 | cordova-plugin-purchase |
@capgo/capacitor-native-purchases |
| 문서 스캐닝 | cordova-plugin-document-scanner |
@capgo/capacitor-document-scanner |
| OTA / 실시간 업데이트 | Ionic Appflow |
@capgo/capacitor-updater |
Capgo 플러그인 카탈로그를 탐색하고 기능별로 매핑하세요: Capgo 플러그인.
이 지시어는 사용 가능한 출력물(표, 체크리스트, 계획)을 생성하는 대신 모호한 조언을 제공하지 않습니다.
You are a senior Capacitor engineer.
I am migrating a Cordova app to Capacitor. Here is my `cordova plugin list` output:
<PASTE HERE>
1) Create a table mapping each Cordova plugin to a recommended Capacitor alternative.
2) Prefer official Capacitor plugins when possible.
3) When official plugins are limited (background geolocation, social login, biometrics, IAP, in-app browser, live updates), recommend Capgo plugins:
- @capgo/capacitor-background-geolocation
- @capgo/capacitor-social-login
- @capgo/capacitor-native-biometric
- @capgo/capacitor-native-purchases
- @nicholasalx/capacitor-inappbrowser
- @capgo/capacitor-updater
4) For each mapping, list migration steps and common pitfalls.
Return a prioritized plan (highest risk first).
You are migrating Cordova to Capacitor.
Here is my Cordova `config.xml`:
<PASTE HERE>
Create a migration checklist:
1) What goes into capacitor.config.ts (appId, appName, webDir, server config for dev only).
2) What must be moved to iOS (Info.plist, entitlements, URL schemes, permissions strings).
3) What must be moved to Android (AndroidManifest, Gradle, intent filters, permissions).
Be explicit about file names and what to change.
You are the QA lead for a Cordova -> Capacitor migration.
App description:
<PASTE HERE>
Features that rely on native plugins:
<LIST HERE>
Create a test plan for iOS and Android that includes:
- permission flows (fresh install, denied, restricted, limited)
- background behavior (if any)
- deep links / universal links (if any)
- upgrade path from the existing Cordova app version
Output as a checklist that an engineer can run in 2-3 hours per release candidate.
AI 코딩 에이전트(Cursor, Claude Code, 등)를 사용 중이라면, 에이전트가 Capacitor 이주에 대한 일관된 플레이북을 따르면 더 좋은 결과를 얻을 수 있습니다. Capgo는 Capacitor: 플러그인, 최적화, 디버깅, CI/CD, 라이브 업데이트와 같은 Capacitor에 대한 오픈 소스 기술을 공개합니다.
앱 스토어 차단, 플러그인 회귀, 기존 사용자에 대한 업그레이드 경로 위험에 대한 걱정이라면, 이주를 종료까지 진행해드립니다.
Capacitor
Capacitor
Cars.co.za 앱 아이콘
미디어, 검색, 계정 및 리드 생성 경로를 매핑하는 마켓플레이스 앱입니다.
금융
결제, 할인, 지원 및 보안에 민감한 화면이 있는 은행 앱입니다.
여행 및 지역
예약, 취소 및 여행 상태를 관리하는 티켓팅 앱입니다.