I recently implemented an POS UI extension in the latest version of my app (we’re migrating from legacy POS Links extensions).
The thing is, on development (running locally shopify app dev) it works pretty well on Shopify POS, but today we deploy it (using shopify app deploy) and the extensions don’t appear in the production Shopify POS app.
I created the POS UI extension using shopify cli.
I use “shopify app dev” command for development and testing.
Once I finished the development, finally I use “shopify app deploy” to deploy the new version with the POS UI extension.
The version with the new extension is released and active (as I see in the partner dashboard), but the extension just not appear in the app.
Is there any extra step I need to do for deploy the POS UI extensions? Has anyone experienced this too?
@chescko29 and @Jack: I had what sounds like the same issue deploying POS UI extensions to a staging environment for our QA people to work on. I found that the issue was that the app I deployed to didn’t have the “embed app in Shopify POS” configuration option enabled:
Once I changed this to “true” I was able to add my POS UI extensions, so it might be worth checking this setting (Shopify Partners portal → apps → your app → configuration → scroll down to the “POS” section).