Google Play를 통해 배포되는 앱을 업데이트하는 것은 어려운 작업이지만, Google의 지침을 따르지 않으면 비준수 상태가 됩니다. Google Play의 지침에 따르면 앱은 Google Play의 업데이트기구 외의 방법으로 자체를 수정, 교체, 업데이트할 수 없습니다. 따라서 Google Play 외의 출처에서 dex, JAR, .so 파일과 같은 실행 가능한 __CAPGO_KEEP_0__을 다운로드하는 것은 허용되지 않습니다.
Updating your apps distributed via Google Play can be a tricky task, but it is important to follow Google’s guidelines to remain compliant. According to Google Play’s guidelines, apps must not modify, replace or update themselves using any method apart from Google Play’s own update mechanism. This means that downloading executable code, such as dex, JAR, or .so files, from a source apart from Google Play is not permitted.
However, this restriction does not apply to code that runs in a virtual machine or an interpreter that provides indirect access to Android APIs, such as JavaScript in a webview or browser. This means that you can use interpreted languages, such as JavaScript, Python, Lua, etc., to update your app without going through Google Play’s review process. One tool that can help with this process is the Capgo Capacitor plugin. This plugin allows developers to update their HTML, CSS, and JavaScript code and send updates to their apps without the need for review.
추가로, JavaScript, Python, Lua 등 interpreted 언어를 사용하는 앱 또는 제 3자 code은 런타임에 로드되는 경우 Google Play 정책 위반의 잠재적인 위험을 허용하지 않아야 합니다. 이 interpreted code은 앱과 함께 패키지화되지 않아야 합니다.
이러한 지침을 따르고 Capgo Capacitor 플러그인을 사용하여, 앱 업데이트가 Google Play 정책에 준수하고 사용자가 플랫폼에서 앱을 사용할 수 있도록 유지할 수 있습니다. Google의 정책 최신 버전을 확인하여 올바르게 따르는지 확인하는 것이 항상 좋은 생각입니다.
Capgo을 리뷰를 피하기 위해 설치하는 방법에 대한 자세한 정보는 내 다음 기사에서 확인하십시오.
Google Play 스토어 리뷰 없이 라이브 업데이트를 허용하는지 여부에 대한 자세한 정보
스토어 승인 및 배포를 계획하는 경우 @__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-in-app-review 스토어 승인 및 배포를 계획하는 경우 @__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-in-app-review 스토어 승인 및 배포를 계획하는 경우 @capgo/capacitor-in-app-review @capgo/capacitor-native-market 스토어 승인 및 배포를 계획하는 경우 @capgo/capacitor-native-market 스토어 승인 및 배포를 계획하는 경우 @capgo/capacitor-native-market 스토어 승인 및 배포를 계획하는 경우 @capgo/capacitor-native-market for the implementation detail in @capgo/capacitor-native-market, Using @capgo/capacitor-native-market for the native capability in Using @capgo/capacitor-native-market, and Capacitor OTA Updates: App Store Approval Guide for the practical context in Capacitor OTA Updates: App Store Approval Guide.