It is showing this error on our Partner dashboard, how can we resolve this?
Shopify has detected that OUR_APP is using an older version of either the shopify_app gem or @Shopify_77 /koa-shopify-auth library that has called the deprecated Embedded App SDK (EASDK) within the last 10 days.
You must update this app to use either shopify_app v18.1.1 or @Shopify_77 /koa-shopify-auth v5.0.3. Updating will replace these EASDK calls with App Bridge.
In terms of the technical cause, I replied on this GitHub issue in the laravel-shopify repo (an open-source repo, NOT maintained by Shopify).
We will make sure that apps in your situation (that do NOT use the EASDK API directly) will not get impacted. I am working with our partner managers on a clear message to clearly communicate this.
our app is built with the shopify_python_api with server side authentication and App Bridge v 2.0.3 in front view. We are also getting this message. Any suggestions?
The warning has indeed changed today. It now provides information about the remoteRedirect method which we use to make sure our app loads in an iframe inside Shopify.