بنقرة واحدة
upload-apk
Upload a new APK file to an existing edit. Use after creating an edit when you have a new build to publish.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Upload a new APK file to an existing edit. Use after creating an edit when you have a new build to publish.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Get app info and active edit status. Use this first to understand what state an app is in before making any changes.
View device targeting for an APK. Use when you need to check which Fire TV or tablet devices an APK supports.
Submit an edit for Amazon review. Use after validate-edit passes to make changes live. Irreversible.
Create a new draft edit for an app. Required before uploading APKs, updating listings, or making any changes. Use when check-status shows no active edit.
Delete a draft edit to discard all changes or recover from a stuck state. Use when you need to start over or clean up a failed operation.
Orchestrated full release workflow — create edit, upload APK, update listing, add screenshots, validate, and commit. Use for complete app updates with metadata changes.
| name | upload-apk |
| description | Upload a new APK file to an existing edit. Use after creating an edit when you have a new build to publish. |
| depends_on | ["create-edit"] |
Upload a new APK file to an existing edit.
Use when you have an APK ready and an active edit in DRAFT status. If you want a one-step flow (create + upload + commit), use xingu +publish instead.
| Name | Required | Description |
|---|---|---|
app_id | yes | The application ID |
edit_id | yes | The edit ID (get from xingu edits get <app_id>) |
file | yes | Path to the APK file |
xingu apks upload <app_id> <edit_id> --file <path_to_apk>
xingu auth login.xingu edits get <app_id> to get the current edit_id.--timeout 120 or --timeout 300 for large files.xingu apks replace <app_id> <edit_id> <apk_id> --file <new_file>xingu apks list <app_id> <edit_id>