appstorereject-resolve
Resolve App Store Rejection
Help the developer resolve a rejection they've received from Apple or Google.
Step 0: Resolve API Key
Before any authenticated API call, resolve the API key. Check in this order:
- Run
echo $ASR_API_KEY— if non-empty, use that value - If empty, read
~/.appstorereject/config.jsonwith the Read tool and extract theapiKeyfield value
Store the resolved key in your working memory. You will use it directly in curl commands throughout this session. In every authenticated curl command below, replace $ASR_API_KEY with the actual key value — do NOT rely on the shell env var, because each Bash call runs in a separate shell context and exports do not persist.
If neither source has a key, tell the developer to set up an API key (see hub skill for setup instructions).
Step 1: Identify the Rejection
Determine the guideline code:
More from nickgdwn/appstorereject-skills
appstorereject
App Store and Google Play rejection help — search rejections, scan before submission, resolve rejections, generate appeal letters. Use for iOS/Android app review issues, guideline violations, or pre-submission checks.
8appstorereject-scan
Proactive App Store and Google Play pre-submission scan. Checks your codebase for common rejection triggers before submitting an app for review. Use before first submission or app updates.
8