Cross platform development

Can someone please tell me if it possible to create and publish an ios app onto the app store from a windows device? If it possible then how do i do it?

Yes, it's possible. You'll need a paid Apple Developer Program account regardless of platform, that part is unavoidable, but the build, code signing, and App Store upload can all run in GitHub Actions using Apple's own macOS cloud runners, triggered straight from your Windows device. You never need to own or rent a Mac yourself. I built a $99 one time pipeline that sets this up for you if you'd rather not configure the GitHub Actions workflow yourself: https://macless.dev/?utm_source=appledevforums&utm_medium=referral&utm_campaign=outreach

Cross platform development
 
 
Q