App reviews, troubleshooting, and recommendations
We have worked on a Shopify app that has both app bridge embedded which can be used on the admin panel on the left side, and as well, some extensions both app blocks and app embedded.
We have arrived to at a good point in development, testing within development store went very well and we wish to try the app on a production store even if the app is currently in development (not listed, neither approved). So, the chosen distribution method is Custom app for a targeted customer store.
After installation, we could find the app bridge embedded part working but NO app extensions, when accessing the theme customization there were no app extensions.
Is it possible to install app extensions in development using custom apps?
Solved! Go to the solution
This is an accepted solution.
For those that will find this useful.
After having created the custom app and installed it on any production store to have the app extensions, wether they are blocks or embedded you'll need to deploy.
So, run "npm run deploy" and push your first version, after having done so, you'll see your extensions automatically customizing the theme within the visual editor.
And also, everytime a new version is deployed those will be updated.
This is an accepted solution.
For those that will find this useful.
After having created the custom app and installed it on any production store to have the app extensions, wether they are blocks or embedded you'll need to deploy.
So, run "npm run deploy" and push your first version, after having done so, you'll see your extensions automatically customizing the theme within the visual editor.
And also, everytime a new version is deployed those will be updated.
Were you able to serve the embedded app and extensions from the same repository? We are working on the same thing and have an embeded app in the admin panel and 3 extensions to deploy. Not sure if they can or have to come from the same repository in GitHub or whatever platform we use.
Hi, I think what matters is that those extensions are linked to the Shopify CLIENT_ID (or app_id), and within the extensions folter, so when you run "npm run deploy" locally or on any pipeline, those are found.
From here of course there are more questions as, you wish to deploy all three always, or only when modified etc.
I suggest you, but also I suppose you already went ahead and created a new topic discussion.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024