Hi @RtDev , thanks for providing all the info.
Have you been provided with a reason why your app was delisted?
I am asking because I think it’s a separate issue from the outdated banner.
As for the outdated banner, I would like to verify that you’re in fact initializing App Bridge correctly:
In the screenshot you included, I noticed that the value of the host is hard-coded.
I also noticed that the app is loaded successfully inside [stokesapp-testing.myshopify.com](http://stokesapp-testing.myshopify.com/).
When you test your app in [admin.shopify.com/store/stokesapp-testing](http://admin.shopify.com/store/stokesapp-testing), are you using the same hard-coded host value?
If so, can you please change the hard-coded value to be new URLSearchParams(location.search).get("host") , as shown in this section of the docs.
I have hard coded it as my application is in staging environment. Also i have seen that Shopify only provide the host in the first initial load only and later we have to save it in the database and retreivef from there right ?
Because currently i have the host paramter in my iframe url but when i debug it with console.log i get null values.
However one thing is clear that even if i hard code it, it is the same i get for my this store.
So the app should not get broken here.
Please check on this and let me know, I am in talk with various other develoeprs and we are all stuck. If you check this github post, various Shopify partners are facing this issue.