How to publish Maui iOS in VS Code

I’ve developed an iOS app in .Net Maui using VS Code.

Now I want to upload a build of my app to TestFlight.

I already have the app set up in App Store connect and I see the location to submit a build to TestFlight but I have no idea how to generate an ipa file and upload it through VS Code.

I see tutorials out there for Visual Studio and XCode but none for VS Code.

How can I go about this?

Leave a Comment