Shopify App Review: “App Bridge CDN” check won’t clear

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.

If you interact with your app that might help Shopify system detect the usage and record it here.

Are you also using session tokens to authentic against your API or using Shopify direct API access?

@Kuo_Wang, what is the name/ID of the app?

Hello – supposedly my app wasn’t loading inside Shopify Admin’s iframe because my server didn’t send the right headers, so Admin opened it top‑level and the App Bridge check couldn’t detect it.

Can’t exactly explain what was the issue and what the fix was… but the checks pass now. Thank you!