Hi,
Can anyone let me know on how we can change the app distribution from custom to public. We developed couple of apps and now want to publish them but we selected custom earlier. How can we change the distribution type now?
Thanks,
Khasim
Hi,
Can anyone let me know on how we can change the app distribution from custom to public. We developed couple of apps and now want to publish them but we selected custom earlier. How can we change the distribution type now?
Thanks,
Khasim
Hi @Khasim1
Sure! To change your app’s distribution type from custom to public on Shopify, here’s what you need to do:
1-Verify App Requirements for Public Apps: Before converting your app, ensure it meets Shopify’s requirements for public apps:
2-Update App Settings in Partner Dashboard:
3-Submit the App for Review: If you are switching to public distribution, Shopify requires your app to pass a review process:
4-Wait for Approval:
Here’s a quick code example for your app’s App URL if you’re setting up OAuth for a public app:
{
“App URL”: “https://your-app-domain.com”,
“Redirection URL”: “https://your-app-domain.com/auth/callback”
}
Make sure these align with Shopify’s OAuth flow.
If you run into any challenges during the process or have additional questions, let me know. I’d be happy to assist further!
Best regards,
Daisy