what do i need to do to pass the test
Using the latest App Bridge script loaded from Shopify’s CDN
since im already using the correct cdn, do i need to get the authentication token while using this cdn ? Im using php and js no cli or npms
what do i need to do to pass the test
Using the latest App Bridge script loaded from Shopify’s CDN
since im already using the correct cdn, do i need to get the authentication token while using this cdn ? Im using php and js no cli or npms
Hello, have you navigated the app’s UI via a dev store in the past 24 hours?
If everything’s set up correctly, that should trigger a re-check.
yes ive done that what im having doubts the only thhing needed to pass the test is having the script in the site/app and it will pass ?
I have it for 2 days and still didnt pass.
But i also have this
document.addEventListener('DOMContentLoaded', function () { var apiKey = '******'; function getQueryParam(param) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(param); } var host = getQueryParam('host'); if (!host || !apiKey) { console.error('Missing host or API key'); return; } console.log('Host param:', host); var AppBridge = window['app-bridge']; etc::: to pass the token authentication part and it passed