App embeds not showing while app submitted for review

hardik_srtpl
Visitor
2 0 0

Hi to all! 

I need some advice. We submitted the app for review but received a refusal. They are complaining about app embeds not showing. (see screenshot)

 

app_embeds_not_showing.jpg

 

We've added a theme app extension to add app block and app embeds. However, the app block is working perfectly but app embeds not showing while they are reviewing our app. 

 

We've also tested app block and app embeds functionality by creating  5 different stores and 10 different themes and it was working as expected every time. 

 

We're using osiset / laravel-shopify package to create the Shopify app.

Here's our

app-block.liquid  (app block working fine)

 

// other code

{% schema %}
{
"name":"App Name",
"target": "section"
}
{% endschema %}

 

app-embed-block.liquid  (app embed block functioning fine from our side but not working while they reviewing our app)

 

// other code

 

{% schema %}
{
"name":"App Name",
"target": "body"
}
{% endschema %}

 

.shopify-cli.yml

---
project_type: :extension
organization_id: 0
EXTENSION_TYPE: THEME_APP_EXTENSION
 

.env

SHOPIFY_API_KEY=app_key
SHOPIFY_API_SECRET=app_secret
EXTENSION_TITLE=theme-app-extension
EXTENSION_ID=extension_id
EXTENSION_UUID=extension_uuid
 
 

Suggest something if you know by experience which can help to resolve our problem.

Thanks In Advance.

Replies 2 (2)

Parextech
Shopify Partner
42 1 6

Hi @hardik_srtpl ,

Were you able to find any solution for this?

We are also facing a similar issue and our app got rejected?

It is working fine in all PC with the developer account but not visible to Shopify reviewers.

 

If anyone has a solution to this, please assist us.
Thank you.

chandan_showday
Shopify Partner
1 0 0

You have to enable app embeds inside theme settings.

Please follow this link: https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/apps?shpxid=489e4695-5...