Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Hi,
We've received an email from Shopify saying that our app is using the Embedded App SDK and that we need to change and use the App Bridge 2.0 before end of year otherwise the app will be delisted.
Since our app is implemented with ShopifySharp my question is if ShopifySharp is compatible with this upgrade as it's not clear to me how we're using the Embedded App SDK ourselves.
Regards,
David
Hi David,
I am not familiar with ShopifySharp, so I cannot provide a definitive answer.
As a first step, I would recommend contacting the author of ShopifySharp (there's contact info at the bottom of the page).
To learn more visit the Shopify Help Center or the Community Blog.
Thank you. I did contact them as well and got this response:
"ShopifySharp itself is compatible and you won’t have to change anything. The embedded app sdk is something that’s used on the front end when your app is loaded inside a merchant’s admin dashboard — it’s the JavaScript script that’s used to show things like loading dialogs, buttons, etc. Basically that script needs to be replaced with their app bridge 2.0 script, and if your app uses cookies in the admin dashboard it’ll have to start using their session stuff instead."
Perhaps it will be helpful here for others too.