Getting help
How to reach Appbrew for access, tokens, and support.
Developer support runs through your Appbrew point of contact: the person or shared Slack channel you were given when your repo was provisioned. That channel is the right place for anything in these docs; there is no separate developer ticket system.
For merchant dashboard questions that aren't about code (editing themes, managing screens, store settings), use the merchant help center at help.appbrew.com instead.
Getting access
Everything starts with your repo, and repos are provisioned by Appbrew. Nothing here is self-serve. Three steps:
- If you have a Shopify store (your own, or your product's demo store), install the Appbrew mobile app builder on it.
- Send Appbrew: the store's
.myshopify.comdomain, and the GitHub usernames that need repo access. - You receive: an invite to your repo, ready to run, with the
.envpreconfigured for your store and registry access already committed. Partners without a store are set up against a shared demo store instead, so you can start with no Shopify account at all.
From there the merchant quickstart or partner quickstart takes over.
What to include in a report
A report Appbrew can act on immediately has five things:
- Repo and branch you're on.
- The exact command you ran, copy-pasted.
- The full error text — the whole output as text, not a screenshot of the last line. The real error is often far above the final message.
- Platform: iOS or Android, simulator or device, and your macOS/Xcode or Android Studio version if the failure is a native build.
- What changed since it last worked — a dependency bump, a pulled branch, a new machine.
Before reporting a build failure, check Troubleshooting. The common ones have known fixes.
Problems that need Appbrew's side
Some things you cannot fix locally. Ask straight away for:
- Registry 401s —
pnpm installfailing againstnpm.appbrew.techwith a 401 means your repo's read-only token has been rotated (or was never added). Appbrew issues a fresh one; see Registry access. - Access requests — a repo you don't have yet, Appbrew dashboard access, or (for partners) access to the sample app repo. None of these are self-serve.
- Release questions — store submissions, build pipelines, and release timing are coordinated with Appbrew; see App releases.
- Enabling a partner integration — after publishing your package, Appbrew flips it on for merchant apps.
What you can expect back
State clearly what you need (a token, access, an answer, a fix) and whether you're blocked. Blocked-on-Appbrew items (tokens, access) are usually quick. Debugging help moves at the speed of the detail in your report.
No public support email
Reach Appbrew through the contact or Slack channel you were given. If you've lost the thread, whoever set up your repo access can reconnect you.

