App Store submissions with Convex
Yeah, but I'm looking for a guide similar to deploying to vercel: https://docs.convex.dev/production/hosting/vercel
Using Convex with Vercel | Convex Developer Hub
Host your frontend on Vercel and your backend on Convex.
3 Replies
The Netlify and Vercel guides are necessary because those services can hook into your git based CI to deploy your site per commit, so a service like Convex has to also hook into that workflow. That isn't generally a thing for native App Store submissions.
If you are doing submissions with CI and want to treat submissions as deployments, you could follow the custom hosting guide.
I also highly recommend using Expo for building and submitting to app stores if you aren't already doing so, it's been a life-saver for my react native project
The only part of my deployment process specific to Convex is run
npx convex deploy
(and make sure that environment variables are configured correctly).@Ahmed BNA I am in the same boat, I just dont get how to use expo at all. Not even sure where to start I have a running next.js website but do't understand what to do next to make an app