Deploy your app to the app store
Commit to GitHub
git add . git commit -m "Time to ship" git branch -M main git remote add origin [YOUR_GITHUB_URL] git push -u origin main
Submit to App Store