What's your biggest current challenge? Have your say in Community Polls along the right column.

Install dev custom app embedded and extensions on non-development store for testing purposes

Solved

Install dev custom app embedded and extensions on non-development store for testing purposes

WarrenWolff
Shopify Partner
16 3 11

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?

Accepted Solution (1)

WarrenWolff
Shopify Partner
16 3 11

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.

View solution in original post

Replies 3 (3)

WarrenWolff
Shopify Partner
16 3 11

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.

ced1968
Shopify Partner
12 1 6

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.

WarrenWolff
Shopify Partner
16 3 11

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.