I am attempting to get our public, unlisted Shopify App for review. The app still does not pass the "Using the latest App Bridge script loaded from Shopify’s CDN” section of the Embedded app checks (among some others). I am new to Shopify development and I’m not sure where the blockage is, so I’m looking for guidance on what to verify next.
What I can confirm:
<meta name="shopify-api-key" content="MY_API_KEY" />
<script src="https://cdn.shopify.com/shopifycloud/app-bridge.js"></script>
These tags are present in the tag in app/root.tsx.
Beyond that I’m unsure how to manually trigger the check, instead of waiting for 2-hour auto check.
Quite frankly I am just lost on how to get the Embedded app checks passed in general, and need some help figuring out what the exact expectations are.
Thanks in advance.