Identifying App's Public Listing Link

I have a flow where my users start on my web platform, then they click “Link my account with Shopify.”

From here, I understand I need to direct them to my Shopify App’s listing so they can install it on their Shopify store. However, I cannot identify the URL I should be using for this. I am being told to use

https://{shop}.myshopify.com/admin/oauth/authorize
?client_id={API_KEY}
&scope={SCOPES}
&redirect_uri={REDIRECT_URI}
&state={STATE}

But this would require me to have them input their Shopify shop name in an input box on my web platform’s side, and I see there is a rule that says “Apps must be installed and initiated only on Shopify services. Your app must not request the manual entry of a myshopify.com URL or a shop’s domain during the installation or configuration flow."

Hey @Jalen_McGee, has your app already been reviewed?

If not, using the “install on development store” link in the dev platform will follow the same authentication flow as clicking install from the Shopify app store.

Once your app passes review, then you’ll have the URL that you can share with merchants.

Hi Kyle, it hasn’t been reviewed yet. I can’t submit it for review because of the issue pictured below.

This automated check has been running for over 4 days without me being able to re-run it to check if the issue is fixed.

Thanks for the tip on the Link to use.

Thanks for sharing that. Often times going through a new install (like the link above) will reset the tests. If it doesn’t after 24 hours, let me know here. I’ll send you a DM.