Hi guys,
I’ve been working to integrate my application with Shopify store and learned it need to work through the Partners App.
What I’ve got so far:
-
Have a public App with status Draft
-
My web app with the Shopify Oauth flow implemented
-
I can connect to test store, install the app and redirect back to the callback endpoint in my backend. Perform the token exchange process and continue working in my web app.
Now I want to make my app to get through the review submission and become Unlisted.
I filled all the information I have for now, all the preliminary steps are checked except one:
Immediately authenticates after install
After investigating I found out my app need to be reviewed and approved before I can fix it. Is it correct?
And since the documents and supports are not really helpful. Could you share the experiences you had when working with Shopify App?
- What are the most basic steps I need to achieve in order to have my app Unlisted? As I did all the steps I could think of, filled all required fields in the listing page but my App still showing Draft and the button Submit for review is disabled.
- My web app has different environments. Is it good practice to have different Unlisted apps for different environments?